diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:06:31 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:06:31 +0000 |
commit | f4a7d6970d051948a441e2d0df0ef8c14fa141e1 (patch) | |
tree | ff0db06d62915a48abe37e2b799283b7dfb4ada7 /dev-libs/publib | |
parent | sync IUSE (+python) (Manifest recommit) (diff) | |
download | gentoo-2-f4a7d6970d051948a441e2d0df0ef8c14fa141e1.tar.gz gentoo-2-f4a7d6970d051948a441e2d0df0ef8c14fa141e1.tar.bz2 gentoo-2-f4a7d6970d051948a441e2d0df0ef8c14fa141e1.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-libs/publib')
-rw-r--r-- | dev-libs/publib/publib-0.31.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/publib/publib-0.31.ebuild b/dev-libs/publib/publib-0.31.ebuild index ad1e9d7ab031..e07d4309bd28 100644 --- a/dev-libs/publib/publib-0.31.ebuild +++ b/dev-libs/publib/publib-0.31.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/publib/publib-0.31.ebuild,v 1.11 2004/07/02 04:54:54 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/publib/publib-0.31.ebuild,v 1.12 2004/07/14 15:04:12 agriffis Exp $ DESCRIPTION="C library of misc utility functions (parsing, data structs, etc.)" SRC_URI="http://liw.iki.fi/liw/programs/debian/publib_${PV}.tar.gz" @@ -9,6 +9,7 @@ HOMEPAGE="http://liw.iki.fi/liw/programs/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc" +IUSE="" DEPEND="virtual/libc" |