diff options
author | 2012-11-16 20:07:49 +0000 | |
---|---|---|
committer | 2012-11-16 20:07:49 +0000 | |
commit | 38cee65483fbec9c83481bae7c5a3cf728bc6939 (patch) | |
tree | f7ed204117dce9adc0f45514bd529960079707f1 /dev-libs | |
parent | workaround for bug 399061 (diff) | |
download | gentoo-2-38cee65483fbec9c83481bae7c5a3cf728bc6939.tar.gz gentoo-2-38cee65483fbec9c83481bae7c5a3cf728bc6939.tar.bz2 gentoo-2-38cee65483fbec9c83481bae7c5a3cf728bc6939.zip |
workaround for bug 399061
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/liborcus/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/liborcus/liborcus-0.1.0.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-libs/liborcus/ChangeLog b/dev-libs/liborcus/ChangeLog index 477b4c47c6e2..503cabff9d97 100644 --- a/dev-libs/liborcus/ChangeLog +++ b/dev-libs/liborcus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/liborcus # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/ChangeLog,v 1.5 2012/11/09 19:19:44 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/ChangeLog,v 1.6 2012/11/16 20:07:49 ago Exp $ + + 16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> liborcus-0.1.0.ebuild: + workaround for bug 399061 09 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> liborcus-0.1.0.ebuild, liborcus-9999.ebuild: diff --git a/dev-libs/liborcus/liborcus-0.1.0.ebuild b/dev-libs/liborcus/liborcus-0.1.0.ebuild index 5d4c185c0822..52f6981a668b 100644 --- a/dev-libs/liborcus/liborcus-0.1.0.ebuild +++ b/dev-libs/liborcus/liborcus-0.1.0.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/dev-libs/liborcus/liborcus-0.1.0.ebuild,v 1.3 2012/11/09 19:19:44 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/liborcus/liborcus-0.1.0.ebuild,v 1.4 2012/11/16 20:07:49 ago Exp $ EAPI=4 @@ -16,7 +16,11 @@ HOMEPAGE="http://gitorious.org/orcus/pages/Home" LICENSE="MIT" SLOT="0" -[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~x86" + +# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 +[[ ${PV} == 9999 ]] || \ +KEYWORDS="~amd64 ~x86" + IUSE="static-libs" RDEPEND=" |