diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-25 12:17:26 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2009-02-25 12:17:26 +0000 |
commit | 3cd6d55c323526cbbaad9873fafc3b65fcaf7161 (patch) | |
tree | 334cef13e7f6f84efc460254fd3388adab46e8a0 | |
parent | Added dev-python/traitsbackendwx dependency when neither wxwindows nor qt4 fl... (diff) | |
download | gentoo-2-3cd6d55c323526cbbaad9873fafc3b65fcaf7161.tar.gz gentoo-2-3cd6d55c323526cbbaad9873fafc3b65fcaf7161.tar.bz2 gentoo-2-3cd6d55c323526cbbaad9873fafc3b65fcaf7161.zip |
Add ~x86-fbsd keyword to upx-ucl (and deps)
(Portage version: 2.2_rc23/cvs/Linux x86_64)
-rw-r--r-- | app-arch/upx-ucl/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/upx-ucl/upx-ucl-3.03.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-arch/upx-ucl/ChangeLog b/app-arch/upx-ucl/ChangeLog index f52ecca2763b..0c693bb20366 100644 --- a/app-arch/upx-ucl/ChangeLog +++ b/app-arch/upx-ucl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-arch/upx-ucl -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/ChangeLog,v 1.15 2008/07/08 20:34:53 drizzt Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/ChangeLog,v 1.16 2009/02/25 12:17:26 drizzt Exp $ + + 25 Feb 2009; Timothy Redaelli <drizzt@gentoo.org> upx-ucl-3.03.ebuild: + Add ~x86-fbsd keyword to upx-ucl (and deps) *upx-ucl-3.03 (08 Jul 2008) diff --git a/app-arch/upx-ucl/upx-ucl-3.03.ebuild b/app-arch/upx-ucl/upx-ucl-3.03.ebuild index 044acc600381..1c0352b39b3e 100644 --- a/app-arch/upx-ucl/upx-ucl-3.03.ebuild +++ b/app-arch/upx-ucl/upx-ucl-3.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/app-arch/upx-ucl/upx-ucl-3.03.ebuild,v 1.1 2008/07/08 20:34:53 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/upx-ucl/upx-ucl-3.03.ebuild,v 1.2 2009/02/25 12:17:26 drizzt Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="http://upx.sourceforge.net/download/${MY_P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE="" |