diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 20:47:06 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 20:47:06 +0000 |
commit | ca65c8b273e2062c19f166736914ec689ae0c68f (patch) | |
tree | d8b4a918e81f329ec415f075ac4f1c1bd5563698 /app-text/barcode | |
parent | sync IUSE (+emacs) (Manifest recommit) (diff) | |
download | gentoo-2-ca65c8b273e2062c19f166736914ec689ae0c68f.tar.gz gentoo-2-ca65c8b273e2062c19f166736914ec689ae0c68f.tar.bz2 gentoo-2-ca65c8b273e2062c19f166736914ec689ae0c68f.zip |
sync IUSE (missing)
Diffstat (limited to 'app-text/barcode')
-rw-r--r-- | app-text/barcode/barcode-0.98.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/barcode/barcode-0.98.ebuild b/app-text/barcode/barcode-0.98.ebuild index 675b7ceb229e..de6171795aec 100644 --- a/app-text/barcode/barcode-0.98.ebuild +++ b/app-text/barcode/barcode-0.98.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/app-text/barcode/barcode-0.98.ebuild,v 1.7 2004/06/24 22:28:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.8 2004/07/13 20:42:58 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="mirror://gnu/barcode/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" src_unpack() { unpack ${A} |