diff options
author | 2004-03-09 03:35:17 +0000 | |
---|---|---|
committer | 2004-03-09 03:35:17 +0000 | |
commit | 70a54b710ebc6d805a3801837bb83d6489e8ceaf (patch) | |
tree | 418c680ef78d25d2852346615b997f9c5980dae2 /dev-util/cppunit | |
parent | Added ~mips to KEYWORDS (Manifest recommit) (diff) | |
download | gentoo-2-70a54b710ebc6d805a3801837bb83d6489e8ceaf.tar.gz gentoo-2-70a54b710ebc6d805a3801837bb83d6489e8ceaf.tar.bz2 gentoo-2-70a54b710ebc6d805a3801837bb83d6489e8ceaf.zip |
added ~amd64 to keywords
Diffstat (limited to 'dev-util/cppunit')
-rw-r--r-- | dev-util/cppunit/cppunit-1.8.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cppunit/cppunit-1.8.0.ebuild b/dev-util/cppunit/cppunit-1.8.0.ebuild index 4f2264ce289b..6f10f10d443b 100644 --- a/dev-util/cppunit/cppunit-1.8.0.ebuild +++ b/dev-util/cppunit/cppunit-1.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.8.0.ebuild,v 1.5 2003/02/13 11:48:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.8.0.ebuild,v 1.6 2004/03/09 03:35:17 jhuebel Exp $ IUSE="" @@ -10,7 +10,7 @@ SRC_URI="http://unc.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc " +KEYWORDS="x86 ~ppc ~sparc ~amd64" DEPEND="app-doc/doxygen media-gfx/graphviz" |