diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:05:37 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 12:05:37 +0000 |
commit | 1a465131b8b8a62d248489fbdf069701dc4b3769 (patch) | |
tree | 25979e940e8cd4910dc22c9c21116e77da569c85 /app-text/psiconv | |
parent | Version bumped. Closes 55675 (Manifest recommit) (diff) | |
download | gentoo-2-1a465131b8b8a62d248489fbdf069701dc4b3769.tar.gz gentoo-2-1a465131b8b8a62d248489fbdf069701dc4b3769.tar.bz2 gentoo-2-1a465131b8b8a62d248489fbdf069701dc4b3769.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-text/psiconv')
-rw-r--r-- | app-text/psiconv/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/psiconv/psiconv-0.8.3.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-text/psiconv/ChangeLog b/app-text/psiconv/ChangeLog index 0e756c93fb6d..3c9c4995722c 100644 --- a/app-text/psiconv/ChangeLog +++ b/app-text/psiconv/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/psiconv # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/ChangeLog,v 1.3 2004/06/24 22:48:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/ChangeLog,v 1.4 2004/07/01 12:01:44 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> psiconv-0.8.3.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> psiconv-0.8.3.ebuild: + virtual/glibc -> virtual/libc 13 May 2004; Bryan Østergaard <kloeri@gentoo.org> psiconv-0.8.3.ebuild: Stable on alpha. diff --git a/app-text/psiconv/psiconv-0.8.3.ebuild b/app-text/psiconv/psiconv-0.8.3.ebuild index 551e67ebfece..84be9f2d0e06 100644 --- a/app-text/psiconv/psiconv-0.8.3.ebuild +++ b/app-text/psiconv/psiconv-0.8.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/psiconv/psiconv-0.8.3.ebuild,v 1.6 2004/06/24 22:48:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/psiconv/psiconv-0.8.3.ebuild,v 1.7 2004/07/01 12:01:44 eradicator Exp $ IUSE="doc" @@ -13,7 +13,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc alpha ~mips ~hppa" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { |