diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-05-25 02:11:00 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-05-25 02:11:00 +0000 |
commit | 272564146089a813cff547655f67ba68657d8f91 (patch) | |
tree | 58d0a77d31702a95002558f8ab7b4a7ce79420a7 /app-editors/zile | |
parent | Version bump for beta channel release. (diff) | |
download | gentoo-2-272564146089a813cff547655f67ba68657d8f91.tar.gz gentoo-2-272564146089a813cff547655f67ba68657d8f91.tar.bz2 gentoo-2-272564146089a813cff547655f67ba68657d8f91.zip |
Remove -x86-fbsd. #417347
(Portage version: 2.2.0_alpha100/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 8794ace81565..c30061ca2e6e 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.177 2012/05/24 07:44:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.178 2012/05/25 02:11:00 naota Exp $ + + 25 May 2012; Naohiro Aota <naota@gentoo.org> zile-2.4.7.ebuild: + Remove -x86-fbsd. #417347 24 May 2012; Agostino Sarubbo <ago@gentoo.org> zile-2.4.7.ebuild: Stable for amd64, wrt bug #417343 diff --git a/app-editors/zile/zile-2.4.7.ebuild b/app-editors/zile/zile-2.4.7.ebuild index e2f54687511e..fb64b30c33f0 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.5 2012/05/24 07:44:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.7.ebuild,v 1.6 2012/05/25 02:11:00 naota 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-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="acl test" RDEPEND="dev-libs/boehm-gc |