summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-07-02 05:09:32 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-07-02 05:09:32 +0000
commit174b745c8a919bb43518dc856c360c73a817e5d6 (patch)
tree8d4ee282c74e377b9aad7d4db3b290dc3c3be1a4 /dev-util/indent
parentvirtual/glibc -> virtual/libc (Manifest recommit) (diff)
downloadgentoo-2-174b745c8a919bb43518dc856c360c73a817e5d6.tar.gz
gentoo-2-174b745c8a919bb43518dc856c360c73a817e5d6.tar.bz2
gentoo-2-174b745c8a919bb43518dc856c360c73a817e5d6.zip
virtual/glibc -> virtual/libc
Diffstat (limited to 'dev-util/indent')
-rw-r--r--dev-util/indent/ChangeLog5
-rw-r--r--dev-util/indent/indent-2.2.9.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/indent/ChangeLog b/dev-util/indent/ChangeLog
index 1d23f35caccb..78e16b92ec85 100644
--- a/dev-util/indent/ChangeLog
+++ b/dev-util/indent/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/indent
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.16 2004/07/01 18:53:41 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/ChangeLog,v 1.17 2004/07/02 05:09:06 eradicator Exp $
+
+ 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> indent-2.2.9.ebuild:
+ virtual/glibc -> virtual/libc
01 Jul 2004; Tom Gall <tgall@gentoo.org> indent-2.2.9.ebuild:
stable on ppc64, bug #54804
diff --git a/dev-util/indent/indent-2.2.9.ebuild b/dev-util/indent/indent-2.2.9.ebuild
index 5923fc353bea..559d492c0c25 100644
--- a/dev-util/indent/indent-2.2.9.ebuild
+++ b/dev-util/indent/indent-2.2.9.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/dev-util/indent/indent-2.2.9.ebuild,v 1.15 2004/07/01 18:53:41 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/indent/indent-2.2.9.ebuild,v 1.16 2004/07/02 05:09:06 eradicator Exp $
DESCRIPTION="Indent program source files"
HOMEPAGE="http://www.gnu.org/software/indent/indent.html"
@@ -10,7 +10,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64 mips s390 ppc64"
-DEPEND="virtual/glibc"
+DEPEND="virtual/libc"
src_install() {
make install DESTDIR=${D} || die