diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 16:07:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-28 16:07:47 +0000 |
commit | ae971116ab324ce07dadccb4a20bd91976737c89 (patch) | |
tree | 0ec81b8e78fc0694ad5cc21bd9e1a7c432e67443 /sys-apps/acct | |
parent | Build fix. See bug #55393. (diff) | |
download | historical-ae971116ab324ce07dadccb4a20bd91976737c89.tar.gz historical-ae971116ab324ce07dadccb4a20bd91976737c89.tar.bz2 historical-ae971116ab324ce07dadccb4a20bd91976737c89.zip |
change glibc to libc
Diffstat (limited to 'sys-apps/acct')
-rw-r--r-- | sys-apps/acct/acct-6.3.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/acct/acct-6.3.5.ebuild b/sys-apps/acct/acct-6.3.5.ebuild index b21e575424ff..994d57f2d324 100644 --- a/sys-apps/acct/acct-6.3.5.ebuild +++ b/sys-apps/acct/acct-6.3.5.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/sys-apps/acct/acct-6.3.5.ebuild,v 1.8 2004/06/24 21:56:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acct/acct-6.3.5.ebuild,v 1.9 2004/06/28 15:57:00 vapier Exp $ inherit eutils @@ -11,10 +11,10 @@ SRC_URI="http://ftp.debian.org/debian/pool/main/a/acct/${MY_P}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 amd64 ~ppc alpha" +KEYWORDS="x86 ~ppc alpha amd64" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { unpack ${A} |