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 | f1d8ea3b082b6532fb651ec2ac02bd41e9667bcf (patch) | |
tree | 3115b6b5df6a60b88e141c88bf0b787eb4df5339 /dev-libs/csconv | |
parent | sync IUSE (-doc) (diff) | |
download | gentoo-2-f1d8ea3b082b6532fb651ec2ac02bd41e9667bcf.tar.gz gentoo-2-f1d8ea3b082b6532fb651ec2ac02bd41e9667bcf.tar.bz2 gentoo-2-f1d8ea3b082b6532fb651ec2ac02bd41e9667bcf.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" |