diff options
author | 2004-04-08 23:01:40 +0000 | |
---|---|---|
committer | 2004-04-08 23:01:40 +0000 | |
commit | 81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca (patch) | |
tree | ce1e8d5cd3f24ff3f7abcc462541cd14ac8492a7 /app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild | |
parent | Change XVendorString to be compatible with upstream so people can strstr for ... (diff) | |
download | historical-81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca.tar.gz historical-81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca.tar.bz2 historical-81512dd6b12dc6f43c09c7cdb92f2c398fd8c2ca.zip |
add inherit eutils
Diffstat (limited to 'app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild')
-rw-r--r-- | app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild b/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild index 34ebffb54373..425d7264cd07 100644 --- a/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild +++ b/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild,v 1.15 2004/03/12 09:18:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/ttf2pt1/ttf2pt1-3.4.0.ebuild,v 1.16 2004/04/08 23:00:07 vapier Exp $ + +inherit eutils DESCRIPTION="Converts True Type to Type 1 fonts" HOMEPAGE="http://ttf2pt1.sourceforge.net/" |