summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-07-10 20:55:00 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-07-10 20:55:00 +0000
commit3af064d5abbbf25d7e9dc5a9c084506eca56535e (patch)
tree5cb8c7244eb156df049ad415f2019f417bc772ca /dev-python/ttfquery
parent(no commit message) (diff)
downloadhistorical-3af064d5abbbf25d7e9dc5a9c084506eca56535e.tar.gz
historical-3af064d5abbbf25d7e9dc5a9c084506eca56535e.tar.bz2
historical-3af064d5abbbf25d7e9dc5a9c084506eca56535e.zip
header fix
Diffstat (limited to 'dev-python/ttfquery')
-rw-r--r--dev-python/ttfquery/ttfquery-1.0.0.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/ttfquery/ttfquery-1.0.0.ebuild b/dev-python/ttfquery/ttfquery-1.0.0.ebuild
index b57fa543a715..24fee4493831 100644
--- a/dev-python/ttfquery/ttfquery-1.0.0.ebuild
+++ b/dev-python/ttfquery/ttfquery-1.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ttfquery/ttfquery-1.0.0.ebuild,v 1.1 2004/07/10 09:22:15 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ttfquery/ttfquery-1.0.0.ebuild,v 1.2 2004/07/10 20:55:00 mr_bones_ Exp $
inherit distutils
MY_PN="TTFQuery"
@@ -11,11 +11,11 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~x86" # should work on all architectures
+KEYWORDS="~x86" # should work on all architectures
IUSE=""
-DEPEND="virtual/python
- dev-python/fonttools
+DEPEND="virtual/python
+ dev-python/fonttools
dev-python/numeric"
S="${WORKDIR}/${MY_PN}-${PV}"