diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-06-06 14:53:36 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-06-06 14:53:36 +0000 |
commit | fefa43ad07dd9e2d81e0db6d0fb9bea8163d32a0 (patch) | |
tree | 2500d2951ef550949a8ed78d10c83dcff9616330 /app-cdr/cddump/cddump-0.7.ebuild | |
parent | QA - IUSE fix. clean out old ebuild. (Manifest recommit) (diff) | |
download | gentoo-2-fefa43ad07dd9e2d81e0db6d0fb9bea8163d32a0.tar.gz gentoo-2-fefa43ad07dd9e2d81e0db6d0fb9bea8163d32a0.tar.bz2 gentoo-2-fefa43ad07dd9e2d81e0db6d0fb9bea8163d32a0.zip |
QA - IUSE fix
Diffstat (limited to 'app-cdr/cddump/cddump-0.7.ebuild')
-rw-r--r-- | app-cdr/cddump/cddump-0.7.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-cdr/cddump/cddump-0.7.ebuild b/app-cdr/cddump/cddump-0.7.ebuild index 950afc687a9b..eb5a2b098b10 100644 --- a/app-cdr/cddump/cddump-0.7.ebuild +++ b/app-cdr/cddump/cddump-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cddump/cddump-0.7.ebuild,v 1.13 2004/03/12 11:51:30 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cddump/cddump-0.7.ebuild,v 1.14 2004/06/06 14:51:49 dragonheart Exp $ DESCRIPTION="cddump - backup to CD-Recordable and CD-Rewritable" SRC_URI="http://www.joat.ca/software/${P}.tar.gz" @@ -9,6 +9,7 @@ SLOT="0" LICENSE="GPL-2" DEPEND="app-cdr/cdrtools dev-lang/perl" +IUSE="" KEYWORDS="x86 ppc sparc" src_unpack() { |