diff options
author | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:22:40 +0000 |
---|---|---|
committer | Rodney Rees <manson@gentoo.org> | 2002-12-09 04:22:40 +0000 |
commit | e67b46376cc8a93bc8b74e33abce2fc9df83e9d7 (patch) | |
tree | 0400b4c848dcf5b65713eacdec366864f6e8184e /dev-util/cppunit | |
parent | initial ebuild #11707 (diff) | |
download | gentoo-2-e67b46376cc8a93bc8b74e33abce2fc9df83e9d7.tar.gz gentoo-2-e67b46376cc8a93bc8b74e33abce2fc9df83e9d7.tar.bz2 gentoo-2-e67b46376cc8a93bc8b74e33abce2fc9df83e9d7.zip |
12-08-02 Keyword remove sparc64 Rodney Rees manson@gentoo.org
Diffstat (limited to 'dev-util/cppunit')
-rw-r--r-- | dev-util/cppunit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cppunit/ChangeLog b/dev-util/cppunit/ChangeLog index 8d04c67a9919..8c735410b1cf 100644 --- a/dev-util/cppunit/ChangeLog +++ b/dev-util/cppunit/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for dev-util/cppunit # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.2 2002/11/02 01:26:38 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.3 2002/12/09 04:21:13 manson Exp $ +\* Autoupdate keywords (12-6-02) + 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords + *cppunit-1.8.0 (29 Oct 2002) 01 Nov 2002; George Shapovalov <george@gentoo.org> cppunit-1.8.0.ebuild : diff --git a/dev-util/cppunit/cppunit-1.8.0.ebuild b/dev-util/cppunit/cppunit-1.8.0.ebuild index b3f1a629ff76..586cbe46541f 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-2002 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.3 2002/11/28 01:33:29 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.8.0.ebuild,v 1.4 2002/12/09 04:21:13 manson 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 ~sparc64" +KEYWORDS="x86 ~ppc ~sparc " DEPEND="app-doc/doxygen media-gfx/graphviz" |