diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-14 06:21:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-07-14 06:21:26 +0000 |
commit | 853c9b530f5bd8a0fa6d6ddaba5eb4ee7586f452 (patch) | |
tree | 98b3a49d4d9b2ffe5419dece1799b694d091aa17 /net-www/adobesvg | |
parent | don't assign default to S (Manifest recommit) (diff) | |
download | gentoo-2-853c9b530f5bd8a0fa6d6ddaba5eb4ee7586f452.tar.gz gentoo-2-853c9b530f5bd8a0fa6d6ddaba5eb4ee7586f452.tar.bz2 gentoo-2-853c9b530f5bd8a0fa6d6ddaba5eb4ee7586f452.zip |
IUSE
Diffstat (limited to 'net-www/adobesvg')
-rw-r--r-- | net-www/adobesvg/adobesvg-3.01_beta3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-www/adobesvg/adobesvg-3.01_beta3.ebuild b/net-www/adobesvg/adobesvg-3.01_beta3.ebuild index a5decd53e404..11b9fada1007 100644 --- a/net-www/adobesvg/adobesvg-3.01_beta3.ebuild +++ b/net-www/adobesvg/adobesvg-3.01_beta3.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/net-www/adobesvg/adobesvg-3.01_beta3.ebuild,v 1.2 2004/06/25 00:48:02 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/adobesvg/adobesvg-3.01_beta3.ebuild,v 1.3 2004/07/14 06:21:26 mr_bones_ Exp $ inherit nsplugins @@ -13,8 +13,9 @@ SRC_URI="http://download.adobe.com/pub/adobe/magic/svgviewer/linux/3.x/3.01x${MY LICENSE="Adobe" SLOT="0" KEYWORDS="-* x86" +IUSE="" -S=${WORKDIR}/${PN}-3.01 +S="${WORKDIR}/${PN}-3.01" src_install() { insinto /usr/lib/adobesvg |