diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-03-05 05:24:10 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-03-05 05:24:10 +0000 |
commit | 1565de599872cbf17f4b3352fb456e3003daac31 (patch) | |
tree | 3a74b8a81dd0e99c1247887bcb5e80b808203397 /media-video/dvdbackup | |
parent | New Version + fix for generating as.1 manpage. Keyword masked on all archs, ... (diff) | |
download | gentoo-2-1565de599872cbf17f4b3352fb456e3003daac31.tar.gz gentoo-2-1565de599872cbf17f4b3352fb456e3003daac31.tar.bz2 gentoo-2-1565de599872cbf17f4b3352fb456e3003daac31.zip |
added amd64 to keywords
Diffstat (limited to 'media-video/dvdbackup')
-rw-r--r-- | media-video/dvdbackup/dvdbackup-0.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/dvdbackup/dvdbackup-0.1.1.ebuild b/media-video/dvdbackup/dvdbackup-0.1.1.ebuild index 5fe588f60c81..31e887f6de05 100644 --- a/media-video/dvdbackup/dvdbackup-0.1.1.ebuild +++ b/media-video/dvdbackup/dvdbackup-0.1.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdbackup/dvdbackup-0.1.1.ebuild,v 1.3 2003/12/29 21:20:40 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdbackup/dvdbackup-0.1.1.ebuild,v 1.4 2004/03/05 05:24:10 jhuebel Exp $ DESCRIPTION="Backup content from DVD to hard disk" HOMEPAGE="http://dvd-create.sourceforge.net/" SRC_URI="http://dvd-create.sourceforge.net/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~sparc" +KEYWORDS="x86 ~sparc amd64" IUSE="" DEPEND="media-libs/libdvdread" |