diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-25 12:17:34 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-25 12:17:34 +0000 |
commit | 13aa80f4a26d503dd410a4c798e9f8e38f5ce8fa (patch) | |
tree | 339e762a1399981093d7bb1a78173f140c8d0b2a /dev-libs/ucl | |
parent | Add ~x86-fbsd keyword to upx-ucl (and deps) (diff) | |
download | gentoo-2-13aa80f4a26d503dd410a4c798e9f8e38f5ce8fa.tar.gz gentoo-2-13aa80f4a26d503dd410a4c798e9f8e38f5ce8fa.tar.bz2 gentoo-2-13aa80f4a26d503dd410a4c798e9f8e38f5ce8fa.zip |
Add ~x86-fbsd keyword to upx-ucl (and deps)
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/ucl')
-rw-r--r-- | dev-libs/ucl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/ucl/ucl-1.03.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/ucl/ChangeLog b/dev-libs/ucl/ChangeLog index 60d36f1eafef..630bae9f627d 100644 --- a/dev-libs/ucl/ChangeLog +++ b/dev-libs/ucl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ucl -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ChangeLog,v 1.26 2008/02/21 13:58:00 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ChangeLog,v 1.27 2009/02/25 12:17:34 drizzt Exp $ + + 25 Feb 2009; Timothy Redaelli <drizzt@gentoo.org> ucl-1.03.ebuild: + Add ~x86-fbsd keyword to upx-ucl (and deps) 21 Feb 2008; Raúl Porcel <armin76@gentoo.org> ucl-1.03.ebuild: alpha/ia64/sparc/x86 stable diff --git a/dev-libs/ucl/ucl-1.03.ebuild b/dev-libs/ucl/ucl-1.03.ebuild index f240b6879341..d083b85bb5b8 100644 --- a/dev-libs/ucl/ucl-1.03.ebuild +++ b/dev-libs/ucl/ucl-1.03.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.03.ebuild,v 1.7 2008/02/21 13:58:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucl/ucl-1.03.ebuild,v 1.8 2009/02/25 12:17:34 drizzt Exp $ inherit flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.oberhumer.com/opensource/ucl/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ppc64 sparc x86" +KEYWORDS="alpha ~amd64 hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" src_compile() { |