diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:45 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:45 +0000 |
commit | 85df2102a71090df2456eaea7f6a4df48ba8b339 (patch) | |
tree | 226275d8b20a3a8e1e5d36ff0bcde20bb2d15605 /app-text/ttf2pt1 | |
parent | moved perl from sys-devel to dev-lang (diff) | |
download | historical-85df2102a71090df2456eaea7f6a4df48ba8b339.tar.gz historical-85df2102a71090df2456eaea7f6a4df48ba8b339.tar.bz2 historical-85df2102a71090df2456eaea7f6a4df48ba8b339.zip |
moved perl from sys-devel to dev-lang
Diffstat (limited to 'app-text/ttf2pt1')
-rw-r--r-- | app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild | 4 | ||||
-rw-r--r-- | app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild b/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild index ace40ead9805..29581a3f1662 100644 --- a/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild +++ b/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild,v 1.12 2003/02/13 09:47:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.3.3.ebuild,v 1.13 2003/03/11 21:11:45 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Converts True Type to Type 1 fonts" @@ -12,7 +12,7 @@ LICENSE="as-is" RDEPEND="virtual/glibc >=media-libs/freetype-2.0" -DEPEND="$RDEPEND sys-devel/perl" +DEPEND="$RDEPEND dev-lang/perl" src_unpack() { unpack ${A} diff --git a/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild b/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild index 1fba6ce48a86..e1651db704e3 100644 --- a/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild +++ b/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild @@ -13,7 +13,7 @@ LICENSE="as-is" RDEPEND="virtual/glibc >=media-libs/freetype-2.0" -DEPEND="$RDEPEND sys-devel/perl" +DEPEND="$RDEPEND dev-lang/perl" src_unpack() { unpack ${A} |