diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-06-07 07:29:54 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-06-07 07:29:54 +0000 |
commit | e2030583921aa27dc5133feeeba0e8e7e81b311f (patch) | |
tree | 2688855ceffa86dba3a34c6cc0801bd843c34ac0 /dev-libs/libvc/libvc-003.ebuild | |
parent | Stable on alpha. (diff) | |
download | historical-e2030583921aa27dc5133feeeba0e8e7e81b311f.tar.gz historical-e2030583921aa27dc5133feeeba0e8e7e81b311f.tar.bz2 historical-e2030583921aa27dc5133feeeba0e8e7e81b311f.zip |
x86 stable. QA fixes on IUSE
Diffstat (limited to 'dev-libs/libvc/libvc-003.ebuild')
-rw-r--r-- | dev-libs/libvc/libvc-003.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-libs/libvc/libvc-003.ebuild b/dev-libs/libvc/libvc-003.ebuild index e7265915df8c..d4e5ae3028c0 100644 --- a/dev-libs/libvc/libvc-003.ebuild +++ b/dev-libs/libvc/libvc-003.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/libvc-003.ebuild,v 1.4 2004/05/04 17:16:18 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libvc/libvc-003.ebuild,v 1.5 2004/06/07 07:29:54 dragonheart Exp $ -DESCRIPTION="vCard library" +DESCRIPTION="vCard library (rolo)" HOMEPAGE="http://rolo.sourceforge.net/" SRC_URI="mirror://sourceforge/rolo/${P}.tar.bz2" +RESTRICT="nomirror" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc alpha" +IUSE="" +KEYWORDS="x86 ~ppc ~sparc alpha" src_install() { emake DESTDIR=${D} install |