diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:11:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:11:13 +0000 |
commit | f6dfe32d321415eebc07ce0bd481cc093089a933 (patch) | |
tree | 48ba77fc13ff77fdf0b1586cde7799742d5c7b40 /dev-libs/csconv | |
parent | sync IUSE (-doc) (diff) | |
download | historical-f6dfe32d321415eebc07ce0bd481cc093089a933.tar.gz historical-f6dfe32d321415eebc07ce0bd481cc093089a933.tar.bz2 historical-f6dfe32d321415eebc07ce0bd481cc093089a933.zip |
sync IUSE (+debug)
Diffstat (limited to 'dev-libs/csconv')
-rw-r--r-- | dev-libs/csconv/csconv-11.4.1467.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/csconv/csconv-11.4.1467.ebuild b/dev-libs/csconv/csconv-11.4.1467.ebuild index b4835c6a51ef..18404a42a83d 100644 --- a/dev-libs/csconv/csconv-11.4.1467.ebuild +++ b/dev-libs/csconv/csconv-11.4.1467.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/csconv/csconv-11.4.1467.ebuild,v 1.5 2004/06/24 23:03:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/csconv/csconv-11.4.1467.ebuild,v 1.6 2004/07/14 14:11:13 agriffis Exp $ inherit iiimf eutils @@ -8,6 +8,7 @@ DESCRIPTION="A code conversion library for IIIMF" LICENSE="IBM" KEYWORDS="~x86" +IUSE="debug" S="${WORKDIR}/${IMSDK}/lib/CSConv" |