diff options
author | Naohiro Aota <naota@gentoo.org> | 2011-11-29 12:04:19 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2011-11-29 12:04:19 +0000 |
commit | 547aca8382dfe976e868b4a2a34ea4aed4ba0718 (patch) | |
tree | 430392814bdcee580162fa754a1c4b64b48def73 /app-editors/zile | |
parent | Version bump to latest. Drop older. (diff) | |
download | gentoo-2-547aca8382dfe976e868b4a2a34ea4aed4ba0718.tar.gz gentoo-2-547aca8382dfe976e868b4a2a34ea4aed4ba0718.tar.bz2 gentoo-2-547aca8382dfe976e868b4a2a34ea4aed4ba0718.zip |
Add ~x86-fbsd. Bug #384445
(Portage version: 2.2.0_alpha75/cvs/FreeBSD i386)
Diffstat (limited to 'app-editors/zile')
-rw-r--r-- | app-editors/zile/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/zile/zile-2.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index 34e34003d241..39f16ecf9839 100644 --- a/app-editors/zile/ChangeLog +++ b/app-editors/zile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/zile # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.157 2011/11/26 10:45:28 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.158 2011/11/29 12:04:19 naota Exp $ + + 29 Nov 2011; Naohiro Aota <naota@gentoo.org> zile-2.4.2.ebuild: + Add ~x86-fbsd. Bug #384445 26 Nov 2011; Markos Chandras <hwoarang@gentoo.org> zile-2.4.2.ebuild: Stable on amd64 wrt bug #391699 diff --git a/app-editors/zile/zile-2.4.2.ebuild b/app-editors/zile/zile-2.4.2.ebuild index 373e43c5ea19..dd415f79ad46 100644 --- a/app-editors/zile/zile-2.4.2.ebuild +++ b/app-editors/zile/zile-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.2.ebuild,v 1.3 2011/11/26 10:45:28 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.2.ebuild,v 1.4 2011/11/29 12:04:19 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-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 |