diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-24 07:44:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-24 07:44:32 +0000 |
commit | 203a5099029b2705de25f8fe1ab892a4a1fb50d5 (patch) | |
tree | 689b3cccba9c55edadb567eb8c64ca5741b49b99 /app-editors/zile | |
parent | Don't warn about not respected FLAGS in prebuilt binary packages (diff) | |
download | gentoo-2-203a5099029b2705de25f8fe1ab892a4a1fb50d5.tar.gz gentoo-2-203a5099029b2705de25f8fe1ab892a4a1fb50d5.tar.bz2 gentoo-2-203a5099029b2705de25f8fe1ab892a4a1fb50d5.zip |
Stable for amd64, wrt bug #417343
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/zile')
-rw-r--r-- | app-editors/zile/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/zile/zile-2.4.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index 4a381942feb4..8794ace81565 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/zile # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.176 2012/05/24 06:34:31 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.177 2012/05/24 07:44:32 ago Exp $ + + 24 May 2012; Agostino Sarubbo <ago@gentoo.org> zile-2.4.7.ebuild: + Stable for amd64, wrt bug #417343 24 May 2012; Jeff Horelick <jdhore@gentoo.org> zile-2.4.7.ebuild: marked x86 per bug 417343 diff --git a/app-editors/zile/zile-2.4.7.ebuild b/app-editors/zile/zile-2.4.7.ebuild index 5717bcbc7244..e2f54687511e 100644 --- a/app-editors/zile/zile-2.4.7.ebuild +++ b/app-editors/zile/zile-2.4.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.7.ebuild,v 1.4 2012/05/24 06:34:31 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.7.ebuild,v 1.5 2012/05/24 07:44:32 ago Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/zile/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc x86 -x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~ppc ~sparc x86 -x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="acl test" RDEPEND="dev-libs/boehm-gc |