diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-09-26 17:45:18 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-09-26 17:45:18 +0000 |
commit | d3c4c22534ff3daae91c5683bb94278db25652bc (patch) | |
tree | f71c7c31a6c2c9cc9798c9992e1883540cf04ff9 /app-editors | |
parent | Scrub now unused ETYPE logic. (diff) | |
download | gentoo-2-d3c4c22534ff3daae91c5683bb94278db25652bc.tar.gz gentoo-2-d3c4c22534ff3daae91c5683bb94278db25652bc.tar.bz2 gentoo-2-d3c4c22534ff3daae91c5683bb94278db25652bc.zip |
Marked ~x86-freebsd, bug #384445
(Portage version: 2.2.01.19295-prefix/cvs/Darwin i386)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/zile/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/zile/zile-2.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/zile/ChangeLog b/app-editors/zile/ChangeLog index 22056c292ec4..f37c3db62b90 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.152 2011/09/25 15:56:32 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.153 2011/09/26 17:45:18 grobian Exp $ + + 26 Sep 2011; Fabian Groffen <grobian@gentoo.org> zile-2.4.1.ebuild: + Marked ~x86-freebsd *zile-2.4.1 (25 Sep 2011) diff --git a/app-editors/zile/zile-2.4.1.ebuild b/app-editors/zile/zile-2.4.1.ebuild index e3c3ed9b14a2..5133ac359cef 100644 --- a/app-editors/zile/zile-2.4.1.ebuild +++ b/app-editors/zile/zile-2.4.1.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.1.ebuild,v 1.1 2011/09/25 15:56:32 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.1.ebuild,v 1.2 2011/09/26 17:45:18 grobian 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 ~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 livecd test valgrind" RDEPEND="dev-libs/boehm-gc |