diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 08:43:18 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 08:43:18 +0000 |
commit | 65917c4b896cc3832389bca290f36cad7e1277d0 (patch) | |
tree | 48af40cca93147d1a71a4ac69970937006785443 /media-video/spca50x | |
parent | Version bump (bug #46987) (Manifest recommit) (diff) | |
download | gentoo-2-65917c4b896cc3832389bca290f36cad7e1277d0.tar.gz gentoo-2-65917c4b896cc3832389bca290f36cad7e1277d0.tar.bz2 gentoo-2-65917c4b896cc3832389bca290f36cad7e1277d0.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'media-video/spca50x')
-rw-r--r-- | media-video/spca50x/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/spca50x/spca50x-0.30.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/spca50x/ChangeLog b/media-video/spca50x/ChangeLog index d779e742caf4..303e28c9130e 100644 --- a/media-video/spca50x/ChangeLog +++ b/media-video/spca50x/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/spca50x # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/spca50x/ChangeLog,v 1.4 2004/06/25 00:50:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/spca50x/ChangeLog,v 1.5 2004/07/01 08:42:39 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> spca50x-0.30.ebuild: + virtual/glibc -> virtual/libc 05 May 2004; Daniel Black <dragonheart@gentoo.org> spca50x-0.30.ebuild: QA Fix - inherit before DESCRIPTION diff --git a/media-video/spca50x/spca50x-0.30.ebuild b/media-video/spca50x/spca50x-0.30.ebuild index 3befd0945742..9e2d40f2b845 100644 --- a/media-video/spca50x/spca50x-0.30.ebuild +++ b/media-video/spca50x/spca50x-0.30.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/media-video/spca50x/spca50x-0.30.ebuild,v 1.4 2004/06/25 00:50:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/spca50x/spca50x-0.30.ebuild,v 1.5 2004/07/01 08:42:39 eradicator Exp $ inherit check-kernel eutils @@ -12,7 +12,7 @@ LICENSE="GPL-1" SLOT="0" KEYWORDS="-* ~x86" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc virtual/linux-sources" pkg_setup() { |