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 | c37d53495fc673934b8aa5f37777721c06b20e2a (patch) | |
tree | 39cbe259428f62ab1b9a5da54e8741f61617ef5a /media-video/spca50x | |
parent | Version bump (bug #46987) (diff) | |
download | historical-c37d53495fc673934b8aa5f37777721c06b20e2a.tar.gz historical-c37d53495fc673934b8aa5f37777721c06b20e2a.tar.bz2 historical-c37d53495fc673934b8aa5f37777721c06b20e2a.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() { |