Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59300 - ebuild.sh uses obsolete virtual/glibc still in revision 1.181
Summary: ebuild.sh uses obsolete virtual/glibc still in revision 1.181
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2004-08-03 12:02 UTC by solar (RETIRED)
Modified: 2004-08-05 06:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description solar (RETIRED) gentoo-dev 2004-08-03 12:02:53 UTC
Please commit the following.

Index: ebuild.sh
===================================================================
RCS file: /var/cvsroot/gentoo-src/portage/bin/ebuild.sh,v
retrieving revision 1.181
diff -u -b -B -w -p -r1.181 ebuild.sh
--- ebuild.sh	3 Aug 2004 04:34:21 -0000	1.181
+++ ebuild.sh	3 Aug 2004 18:53:55 -0000
@@ -1328,8 +1328,8 @@ newdepend() {
 			do_newdepend DEPEND sys-devel/autoconf sys-devel/automake sys-devel/make
 			;;
 		"/c")
-			do_newdepend DEPEND sys-devel/gcc virtual/glibc
-			do_newdepend RDEPEND virtual/glibc
+			do_newdepend DEPEND sys-devel/gcc virtual/libc
+			do_newdepend RDEPEND virtual/libc
 			;;
 		*)
 			do_newdepend DEPEND $1
Comment 1 Nicholas Jones (RETIRED) gentoo-dev 2004-08-04 19:48:41 UTC
portage-2.0.51_pre16
Comment 2 Brian Harring (RETIRED) gentoo-dev 2004-08-05 06:51:44 UTC
2.0.51_pre16 was released with this fix, closing.