diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-11-21 15:32:38 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-11-21 15:32:38 +0000 |
commit | f3838211fb09b726872acb19b2baa3a5b6a50168 (patch) | |
tree | a729c4e93a9107a7927fb08ae09470c5b7b18d0d /dev-util/cppunit | |
parent | keyworded for ~x86-macos ~x64-macos, tested by Johan Hattne #390123 (diff) | |
download | gentoo-2-f3838211fb09b726872acb19b2baa3a5b6a50168.tar.gz gentoo-2-f3838211fb09b726872acb19b2baa3a5b6a50168.tar.bz2 gentoo-2-f3838211fb09b726872acb19b2baa3a5b6a50168.zip |
keyworded for ~x86-macos ~x64-macos, tested by Johan Hattne #390123
(Portage version: 2.2.0_alpha76/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cppunit')
-rw-r--r-- | dev-util/cppunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.12.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cppunit/ChangeLog b/dev-util/cppunit/ChangeLog index 81bfd0aad2ad..a4823098ec6c 100644 --- a/dev-util/cppunit/ChangeLog +++ b/dev-util/cppunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cppunit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.51 2011/04/10 03:03:50 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.52 2011/11/21 15:32:38 jlec Exp $ + + 21 Nov 2011; Justin Lecher <jlec@gentoo.org> cppunit-1.12.1.ebuild: + keyworded for ~x86-macos ~x64-macos, tested by Johan Hattne #390123 10 Apr 2011; Jonathan Callen <abcd@gentoo.org> cppunit-1.12.1.ebuild: Add prefix support, bump EAPI to 3, add prefix keywords diff --git a/dev-util/cppunit/cppunit-1.12.1.ebuild b/dev-util/cppunit/cppunit-1.12.1.ebuild index 0e43d7cd073a..4d90b08dcc54 100644 --- a/dev-util/cppunit/cppunit-1.12.1.ebuild +++ b/dev-util/cppunit/cppunit-1.12.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/dev-util/cppunit/cppunit-1.12.1.ebuild,v 1.10 2011/04/10 03:03:50 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.12.1.ebuild,v 1.11 2011/11/21 15:32:38 jlec Exp $ EAPI=3 inherit autotools eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc examples" RDEPEND="" |