diff options
author | 2013-03-19 10:28:43 +0000 | |
---|---|---|
committer | 2013-03-19 10:28:43 +0000 | |
commit | 5cfe023dffda084d57609d27dbc5b042c19149af (patch) | |
tree | d458872ea2f7b6bcef4f196dfbc9b031b965dab0 /sys-fs/shake | |
parent | Stable for amd64, wrt bug #457238 (diff) | |
download | gentoo-2-5cfe023dffda084d57609d27dbc5b042c19149af.tar.gz gentoo-2-5cfe023dffda084d57609d27dbc5b042c19149af.tar.bz2 gentoo-2-5cfe023dffda084d57609d27dbc5b042c19149af.zip |
Stable for amd64, wrt bug #462256
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-fs/shake')
-rw-r--r-- | sys-fs/shake/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/shake/shake-0.999.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-fs/shake/ChangeLog b/sys-fs/shake/ChangeLog index 1686b8cdac81..5f4e0ee530da 100644 --- a/sys-fs/shake/ChangeLog +++ b/sys-fs/shake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/shake # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.9 2013/03/19 00:01:49 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/ChangeLog,v 1.10 2013/03/19 10:28:43 ago Exp $ + + 19 Mar 2013; Agostino Sarubbo <ago@gentoo.org> shake-0.999.ebuild: + Stable for amd64, wrt bug #462256 18 Mar 2013; Bernard Cafarelli <voyageur@gentoo.org> shake-0.999.ebuild: Use EAPI 5 to really fix bug #451768 (and #460572 at the same time) @@ -35,4 +38,3 @@ 10 Feb 2008; Bernard Cafarelli <voyageur@gentoo.org> +shake-0.31.ebuild: Initial commit, bug #144042 - diff --git a/sys-fs/shake/shake-0.999.ebuild b/sys-fs/shake/shake-0.999.ebuild index bfdd08499464..50231727caf1 100644 --- a/sys-fs/shake/shake-0.999.ebuild +++ b/sys-fs/shake/shake-0.999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.3 2013/03/19 00:01:48 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/shake/shake-0.999.ebuild,v 1.4 2013/03/19 10:28:43 ago Exp $ EAPI=5 inherit cmake-utils eutils @@ -11,7 +11,7 @@ SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" RDEPEND="sys-apps/attr" |