diff options
author | 2004-07-01 10:50:39 +0000 | |
---|---|---|
committer | 2004-07-01 10:50:39 +0000 | |
commit | 4c52cb31691f69d232c27355495eb3c882057ece (patch) | |
tree | 4c3e79d443fee0d2099055b3fafb289ef9a4f94c /media-fonts/twmoefonts | |
parent | Added to ~ppc (diff) | |
download | gentoo-2-4c52cb31691f69d232c27355495eb3c882057ece.tar.gz gentoo-2-4c52cb31691f69d232c27355495eb3c882057ece.tar.bz2 gentoo-2-4c52cb31691f69d232c27355495eb3c882057ece.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'media-fonts/twmoefonts')
-rw-r--r-- | media-fonts/twmoefonts/ChangeLog | 6 | ||||
-rw-r--r-- | media-fonts/twmoefonts/twmoefonts-0.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-fonts/twmoefonts/ChangeLog b/media-fonts/twmoefonts/ChangeLog index a719fdf1bf3c..f8a74f7c9843 100644 --- a/media-fonts/twmoefonts/ChangeLog +++ b/media-fonts/twmoefonts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/twmoefonts # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/twmoefonts/ChangeLog,v 1.4 2004/06/24 22:31:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/twmoefonts/ChangeLog,v 1.5 2004/07/01 10:49:27 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> + twmoefonts-0.1.ebuild: + virtual/glibc -> virtual/libc *twmoefonts-0.1-r1 (22 Jun 2004) diff --git a/media-fonts/twmoefonts/twmoefonts-0.1.ebuild b/media-fonts/twmoefonts/twmoefonts-0.1.ebuild index 60e1849eac32..1f174ba940a0 100644 --- a/media-fonts/twmoefonts/twmoefonts-0.1.ebuild +++ b/media-fonts/twmoefonts/twmoefonts-0.1.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/media-fonts/twmoefonts/twmoefonts-0.1.ebuild,v 1.6 2004/06/24 22:31:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/twmoefonts/twmoefonts-0.1.ebuild,v 1.7 2004/07/01 10:49:27 eradicator Exp $ IUSE="" DESCRIPTION="Standard tranditional Chinese fonts made by Minister of Education (MOE), Republic of China." @@ -11,7 +11,7 @@ LICENSE="public-domain" SLOT="0" KEYWORDS="x86 ~sparc ~ppc" DEPEND="x11-misc/ttmkfdir" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" src_unpack() { mkdir ${WORKDIR}/${P} |