diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-16 20:04:49 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-16 20:04:49 +0000 |
commit | aebc25a01f474f555d47e8ddc18ae2c646f8b4bc (patch) | |
tree | bba43299b837f3f1b7b01e3fc11c482280168529 /dev-util | |
parent | workaround for bug 399061 (diff) | |
download | gentoo-2-aebc25a01f474f555d47e8ddc18ae2c646f8b4bc.tar.gz gentoo-2-aebc25a01f474f555d47e8ddc18ae2c646f8b4bc.tar.bz2 gentoo-2-aebc25a01f474f555d47e8ddc18ae2c646f8b4bc.zip |
workaround for bug 399061
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cppunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.13.1.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-util/cppunit/ChangeLog b/dev-util/cppunit/ChangeLog index 4ed7ffceb6f3..321f8d75b29f 100644 --- a/dev-util/cppunit/ChangeLog +++ b/dev-util/cppunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cppunit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.76 2012/09/27 11:05:48 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.77 2012/11/16 20:04:49 ago Exp $ + + 16 Nov 2012; Agostino Sarubbo <ago@gentoo.org> cppunit-1.13.1.ebuild: + workaround for bug 399061 *cppunit-1.13.1 (27 Sep 2012) diff --git a/dev-util/cppunit/cppunit-1.13.1.ebuild b/dev-util/cppunit/cppunit-1.13.1.ebuild index 59fd19fbb781..bd5509e43ae0 100644 --- a/dev-util/cppunit/cppunit-1.13.1.ebuild +++ b/dev-util/cppunit/cppunit-1.13.1.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-util/cppunit/cppunit-1.13.1.ebuild,v 1.1 2012/09/27 11:05:48 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.2 2012/11/16 20:04:49 ago Exp $ EAPI=4 @@ -14,7 +14,11 @@ HOMEPAGE="http://www.freedesktop.org/wiki/Software/cppunit" LICENSE="LGPL-2.1" SLOT="0" -[[ ${PV} = 9999 ]] || KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + +# Don't move KEYWORDS on the previous line or ekeyword won't work # 399061 +[[ ${PV} = 9999 ]] || \ +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + IUSE="doc examples static-libs" RDEPEND="" |