diff options
author | 2009-05-31 15:56:16 +0000 | |
---|---|---|
committer | 2009-05-31 15:56:16 +0000 | |
commit | 339fae70f20397c570975454c87969e4302f6512 (patch) | |
tree | 8842ce321b514f811666a4e95d2abfefa0b648cb /dev-util | |
parent | stable ppc64, bug 271937 (diff) | |
download | historical-339fae70f20397c570975454c87969e4302f6512.tar.gz historical-339fae70f20397c570975454c87969e4302f6512.tar.bz2 historical-339fae70f20397c570975454c87969e4302f6512.zip |
amd64/x86 stable, bug #271815
Package-Manager: portage-2.1.6.11/cvs/Linux x86_64
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/cpptest/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cpptest/cpptest-1.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cpptest/ChangeLog b/dev-util/cpptest/ChangeLog index 7931c07f11c1..f19a1bb65262 100644 --- a/dev-util/cpptest/ChangeLog +++ b/dev-util/cpptest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cpptest # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.5 2009/05/31 13:59:35 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.6 2009/05/31 15:56:16 maekke Exp $ + + 31 May 2009; Markus Meier <maekke@gentoo.org> cpptest-1.1.0.ebuild: + amd64/x86 stable, bug #271815 31 May 2009; nixnut <nixnut@gentoo.org> cpptest-1.1.0.ebuild: ppc stable #271815 diff --git a/dev-util/cpptest/cpptest-1.1.0.ebuild b/dev-util/cpptest/cpptest-1.1.0.ebuild index 6bc71fc75cab..e5c08e5e4509 100644 --- a/dev-util/cpptest/cpptest-1.1.0.ebuild +++ b/dev-util/cpptest/cpptest-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.0.ebuild,v 1.6 2009/05/31 13:59:35 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.0.ebuild,v 1.7 2009/05/31 15:56:16 maekke Exp $ EAPI=2 inherit autotools @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ppc ~ppc64 ~sparc x86" IUSE="doc" DEPEND="doc? ( app-doc/doxygen )" |