diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:25:22 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:25:22 +0000 |
commit | 4134bd8a0b9e4b6b3d5db28daf693cd1071724af (patch) | |
tree | 23d002de92b175469d19284fb2dc5d3639a28577 /dev-perl/yaml | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-4134bd8a0b9e4b6b3d5db28daf693cd1071724af.tar.gz gentoo-2-4134bd8a0b9e4b6b3d5db28daf693cd1071724af.tar.bz2 gentoo-2-4134bd8a0b9e4b6b3d5db28daf693cd1071724af.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-perl/yaml')
-rw-r--r-- | dev-perl/yaml/yaml-0.35.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/yaml/yaml-0.35.ebuild b/dev-perl/yaml/yaml-0.35.ebuild index ac5e8d6dfb51..ce65d7a50677 100644 --- a/dev-perl/yaml/yaml-0.35.ebuild +++ b/dev-perl/yaml/yaml-0.35.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-perl/yaml/yaml-0.35.ebuild,v 1.7 2004/06/25 01:15:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/yaml/yaml-0.35.ebuild,v 1.8 2004/07/14 21:25:22 agriffis Exp $ inherit perl-module @@ -13,6 +13,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/I/IN/INGY/${MY_P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 alpha ~hppa ~mips ~ppc sparc ~amd64" +IUSE="" src_compile() { echo "" | perl-module_src_compile |