diff options
author | Zack Welch <zwelch@gentoo.org> | 2003-04-06 16:16:40 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2003-04-06 16:16:40 +0000 |
commit | 0a1cc34b22600041f93f34c116b504793cbeb1b4 (patch) | |
tree | ff01ee1125aba7474a23b6a534175285742ad90e /dev-perl/perlrapi/perlrapi-0.2.ebuild | |
parent | Forgot to add the dynamic content to cvs. :/ (diff) | |
download | gentoo-2-0a1cc34b22600041f93f34c116b504793cbeb1b4.tar.gz gentoo-2-0a1cc34b22600041f93f34c116b504793cbeb1b4.tar.bz2 gentoo-2-0a1cc34b22600041f93f34c116b504793cbeb1b4.zip |
fix bogux IUSE
Diffstat (limited to 'dev-perl/perlrapi/perlrapi-0.2.ebuild')
-rw-r--r-- | dev-perl/perlrapi/perlrapi-0.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/perlrapi/perlrapi-0.2.ebuild b/dev-perl/perlrapi/perlrapi-0.2.ebuild index 936246d9baf7..6360360e28df 100644 --- a/dev-perl/perlrapi/perlrapi-0.2.ebuild +++ b/dev-perl/perlrapi/perlrapi-0.2.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/perlrapi/perlrapi-0.2.ebuild,v 1.1 2003/03/20 08:12:47 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perlrapi/perlrapi-0.2.ebuild,v 1.2 2003/04/06 16:16:36 zwelch Exp $ inherit perl-module +IUSE="" + S=${WORKDIR}/perlrapi DESCRIPTION="Synchronize Windows CE devices with computers running GNU/Linux, like MS ActiveSync. - PERL bindings" @@ -13,7 +15,6 @@ SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -IUSE="perl swig" DEPEND="virtual/glibc app-pda/synce-librapi2" |