Index: sqlite-3.2.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.2.1-r1.ebuild,v retrieving revision 1.6 diff -u -b -B -w -p -r1.6 sqlite-3.2.1-r1.ebuild --- sqlite-3.2.1-r1.ebuild 18 Apr 2005 16:56:56 -0000 1.6 +++ sqlite-3.2.1-r1.ebuild 20 Apr 2005 14:58:04 -0000 @@ -13,8 +13,15 @@ HOMEPAGE="http://www.sqlite.org" # Adding glibc as dependency for USE !nothreadsafe until someone can tell me # if all virtual/libc's provide POSIX threads (pthread.h) # - 20041203, Armando Di Cianno <fafhrd@gentoo.org> + +# Please please never hard code glibc into an ebuild unless it's a +# binary only package that really depends on glibc. By hard coding you +# can destory perfectly valid/working systems if glibc ever gets pulled +# in as a dep. - 20050420 <solar@gentoo> + +# !nothreadsafe? ( !ppc-macos? ( sys-libs/glibc ) ) + DEPEND="virtual/libc - !nothreadsafe? ( !ppc-macos? ( sys-libs/glibc ) ) doc? (dev-lang/tcl)" SLOT="3" LICENSE="as-is"
Can we close this bug? sqlite 3.2.1-r1 has been removed form the tree. Later versions doesn't have this.
closed; bug no longer relevant as file was removed.