summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2002-11-28 01:33:29 +0000
committerGeorge Shapovalov <george@gentoo.org>2002-11-28 01:33:29 +0000
commitac1b0981be51d0933c3d0ebdf83dd9a71a0dd42e (patch)
tree81ddc58c10c725cd7dcf09b1ecb0fd12f5ad7983 /dev-util/cppunit
parentadded IUSE (diff)
downloadhistorical-ac1b0981be51d0933c3d0ebdf83dd9a71a0dd42e.tar.gz
historical-ac1b0981be51d0933c3d0ebdf83dd9a71a0dd42e.tar.bz2
historical-ac1b0981be51d0933c3d0ebdf83dd9a71a0dd42e.zip
added IUSE, unmasked upon test reports
Diffstat (limited to 'dev-util/cppunit')
-rw-r--r--dev-util/cppunit/cppunit-1.8.0.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-util/cppunit/cppunit-1.8.0.ebuild b/dev-util/cppunit/cppunit-1.8.0.ebuild
index 723d04553a42..b3f1a629ff76 100644
--- a/dev-util/cppunit/cppunit-1.8.0.ebuild
+++ b/dev-util/cppunit/cppunit-1.8.0.ebuild
@@ -1,16 +1,18 @@
# 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.2 2002/11/02 01:26:38 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.8.0.ebuild,v 1.3 2002/11/28 01:33:29 george Exp $
+
+IUSE=""
DESCRIPTION="CppUnit is the C++ port of the famous JUnit framework for unit testing."
HOMEPAGE="http://cppunit.sourceforge.net/"
SRC_URI="http://unc.dl.sourceforge.net/sourceforge/${PN}/${P}.tar.gz"
-LICENSE="LGPL"
+LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~sparc ~sparc64"
+KEYWORDS="x86 ~ppc ~sparc ~sparc64"
-DEPEND="app-doc/doxygen
+DEPEND="app-doc/doxygen
media-gfx/graphviz"
src_compile() {