diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:11:19 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:11:19 +0000 |
commit | 7fb298dd1a8b0265565db705ba27de5d8ddf4b7d (patch) | |
tree | 670b201580249f3d0a484ba326116649c104cb89 /app-text/dbacl | |
parent | Version bumped. Closes 55675 (diff) | |
download | historical-7fb298dd1a8b0265565db705ba27de5d8ddf4b7d.tar.gz historical-7fb298dd1a8b0265565db705ba27de5d8ddf4b7d.tar.bz2 historical-7fb298dd1a8b0265565db705ba27de5d8ddf4b7d.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-text/dbacl')
-rw-r--r-- | app-text/dbacl/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/dbacl/dbacl-1.0.ebuild | 4 | ||||
-rw-r--r-- | app-text/dbacl/dbacl-1.3.ebuild | 4 |
3 files changed, 13 insertions, 5 deletions
diff --git a/app-text/dbacl/ChangeLog b/app-text/dbacl/ChangeLog index 10f046a32e70..7e79ff3f7296 100644 --- a/app-text/dbacl/ChangeLog +++ b/app-text/dbacl/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-text/dbacl # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dbacl/ChangeLog,v 1.5 2004/06/24 22:31:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dbacl/ChangeLog,v 1.6 2004/07/01 11:56:53 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> dbacl-1.0.ebuild, + dbacl-1.3.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> dbacl-1.0.ebuild, + dbacl-1.3.ebuild: + virtual/glibc -> virtual/libc 15 Apr 2004; Michael McCabe <randy@gentoo.org> dbacl-1.3.ebuild: adding s390 keywords diff --git a/app-text/dbacl/dbacl-1.0.ebuild b/app-text/dbacl/dbacl-1.0.ebuild index 4f2b9c1264d6..0b1d949c539d 100644 --- a/app-text/dbacl/dbacl-1.0.ebuild +++ b/app-text/dbacl/dbacl-1.0.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/app-text/dbacl/dbacl-1.0.ebuild,v 1.6 2004/06/24 22:31:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dbacl/dbacl-1.0.ebuild,v 1.7 2004/07/01 11:56:53 eradicator Exp $ DESCRIPTION="digramic Bayesian text classifier" HOMEPAGE="http://www.lbreyer.com/gpl.html" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { econf || die diff --git a/app-text/dbacl/dbacl-1.3.ebuild b/app-text/dbacl/dbacl-1.3.ebuild index 804dc75c4049..ff6ae280b090 100644 --- a/app-text/dbacl/dbacl-1.3.ebuild +++ b/app-text/dbacl/dbacl-1.3.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/app-text/dbacl/dbacl-1.3.ebuild,v 1.7 2004/06/24 22:31:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dbacl/dbacl-1.3.ebuild,v 1.8 2004/07/01 11:56:53 eradicator Exp $ inherit eutils @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 s390" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} |