diff options
author | Damien Krotkine <dams@gentoo.org> | 2006-06-07 21:10:21 +0000 |
---|---|---|
committer | Damien Krotkine <dams@gentoo.org> | 2006-06-07 21:10:21 +0000 |
commit | f1a39ec59775f77a8ed5f667db6d93d59b345f39 (patch) | |
tree | d7be07edfdc01415f880638bddb74c0f307d6b7d /dev-util/libconf/libconf-0.40.00.ebuild | |
parent | add hal to IUSE to fix #135979 (diff) | |
download | gentoo-2-f1a39ec59775f77a8ed5f667db6d93d59b345f39.tar.gz gentoo-2-f1a39ec59775f77a8ed5f667db6d93d59b345f39.tar.bz2 gentoo-2-f1a39ec59775f77a8ed5f667db6d93d59b345f39.zip |
added xml IUSE, bug #135972
(Portage version: 2.0.54-r2)
Diffstat (limited to 'dev-util/libconf/libconf-0.40.00.ebuild')
-rw-r--r-- | dev-util/libconf/libconf-0.40.00.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/libconf/libconf-0.40.00.ebuild b/dev-util/libconf/libconf-0.40.00.ebuild index 6909e578f646..07d73b4d3b84 100644 --- a/dev-util/libconf/libconf-0.40.00.ebuild +++ b/dev-util/libconf/libconf-0.40.00.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/libconf-0.40.00.ebuild,v 1.6 2005/11/23 10:50:32 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/libconf/libconf-0.40.00.ebuild,v 1.7 2006/06/07 21:10:21 dams Exp $ -IUSE="" +IUSE="xml" MY_P=perl-${PN/l/L}-${PV} S=${WORKDIR}/${MY_P} |