diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:11:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:11:58 +0000 |
commit | 5a765d5539a40b5887f00dee7c43d6f4f94c8a73 (patch) | |
tree | d453a5047da7ee6be5d27d9f6af6372ec6814be4 /dev-libs/sucs | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | gentoo-2-5a765d5539a40b5887f00dee7c43d6f4f94c8a73.tar.gz gentoo-2-5a765d5539a40b5887f00dee7c43d6f4f94c8a73.tar.bz2 gentoo-2-5a765d5539a40b5887f00dee7c43d6f4f94c8a73.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-libs/sucs')
-rw-r--r-- | dev-libs/sucs/sucs-0.7.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/sucs/sucs-0.7.0.ebuild b/dev-libs/sucs/sucs-0.7.0.ebuild index 89726d3c1c24..82a94e086f05 100644 --- a/dev-libs/sucs/sucs-0.7.0.ebuild +++ b/dev-libs/sucs/sucs-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/sucs/sucs-0.7.0.ebuild,v 1.6 2004/06/24 23:34:41 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/sucs/sucs-0.7.0.ebuild,v 1.7 2004/07/14 15:08:31 agriffis Exp $ DESCRIPTION="The Simple Utility Classes are C++ libraries of common C-based algorithms and libraries" HOMEPAGE="http://sucs.sourceforge.net/" @@ -9,6 +9,7 @@ SRC_URI="mirror://sourceforge/sucs/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND=">=dev-libs/libpcre-3.9 >=dev-libs/expat-1.95.4" |