diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 03:34:05 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 03:34:05 +0000 |
commit | f262c732918384657ad9df0e57bff31e7bda52c3 (patch) | |
tree | 689f6cc5b00c65595deb256da997e214deaaba4d /media-tv | |
parent | initial ebuild #25560 (diff) | |
download | gentoo-2-f262c732918384657ad9df0e57bff31e7bda52c3.tar.gz gentoo-2-f262c732918384657ad9df0e57bff31e7bda52c3.tar.bz2 gentoo-2-f262c732918384657ad9df0e57bff31e7bda52c3.zip |
mark ~x86 since it needs >=media-video/avifile-0.7.37* which isn't stable yet
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/vcr/Manifest | 4 | ||||
-rw-r--r-- | media-tv/vcr/vcr-1.10.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-tv/vcr/Manifest b/media-tv/vcr/Manifest index 763597a547fc..d43370664a57 100644 --- a/media-tv/vcr/Manifest +++ b/media-tv/vcr/Manifest @@ -1,3 +1,3 @@ -MD5 176af10980371b18b2cbed2d0cb3938e files/digest-vcr-1.10 60 MD5 8a6b55d07f441cc0510d70fb6ff97fe1 ChangeLog 1767 -MD5 c583bd85a55a224f3511741f6ccd7c88 vcr-1.10.ebuild 619 +MD5 bc9be25ea9246c6cc943d385d6d8f65c vcr-1.10.ebuild 623 +MD5 176af10980371b18b2cbed2d0cb3938e files/digest-vcr-1.10 60 diff --git a/media-tv/vcr/vcr-1.10.ebuild b/media-tv/vcr/vcr-1.10.ebuild index 92937974d885..3da62b0d91b4 100644 --- a/media-tv/vcr/vcr-1.10.ebuild +++ b/media-tv/vcr/vcr-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/vcr/vcr-1.10.ebuild,v 1.2 2003/09/03 03:14:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/vcr/vcr-1.10.ebuild,v 1.3 2003/09/06 03:34:03 msterret Exp $ DESCRIPTION="VCR - Linux Console VCR" HOMEPAGE="http://www.stack.nl/~brama/vcr/" @@ -8,7 +8,7 @@ SRC_URI="http://www.stack.nl/~brama/${PN}/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~x86" DEPEND=">=media-video/avifile-0.7.37*" |