From ac1b0981be51d0933c3d0ebdf83dd9a71a0dd42e Mon Sep 17 00:00:00 2001 From: George Shapovalov Date: Thu, 28 Nov 2002 01:33:29 +0000 Subject: added IUSE, unmasked upon test reports --- dev-util/cppunit/cppunit-1.8.0.ebuild | 10 ++++++---- 1 file 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() { -- cgit v1.2.3-65-gdbad