diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-23 07:57:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-23 07:57:59 +0000 |
commit | c5c0173fc592a73f857752f8acbdd2ab6b6fadd8 (patch) | |
tree | ef93cc0479d5422f5c303e1ffe2ccb09f7164f7e /media-libs/t1lib | |
parent | removed macos (Manifest recommit) (diff) | |
download | gentoo-2-c5c0173fc592a73f857752f8acbdd2ab6b6fadd8.tar.gz gentoo-2-c5c0173fc592a73f857752f8acbdd2ab6b6fadd8.tar.bz2 gentoo-2-c5c0173fc592a73f857752f8acbdd2ab6b6fadd8.zip |
removed macos
Diffstat (limited to 'media-libs/t1lib')
-rw-r--r-- | media-libs/t1lib/t1lib-5.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/t1lib/t1lib-5.0.2.ebuild b/media-libs/t1lib/t1lib-5.0.2.ebuild index 7dd0d5619f85..78d97bb48ac9 100644 --- a/media-libs/t1lib/t1lib-5.0.2.ebuild +++ b/media-libs/t1lib/t1lib-5.0.2.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-libs/t1lib/t1lib-5.0.2.ebuild,v 1.9 2004/10/17 02:02:41 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.0.2.ebuild,v 1.10 2004/10/23 07:54:23 mr_bones_ Exp $ inherit eutils gnuconfig flag-o-matic libtool @@ -10,7 +10,7 @@ SRC_URI="ftp://sunsite.unc.edu/pub/Linux/libs/graphics/${P}.tar.gz" LICENSE="LGPL-2 GPL-2" SLOT="5" -KEYWORDS="~x86 ~ppc ~sparc ~alpha arm ~hppa ~amd64 ~ia64 s390 ppc64 macos ppc-macos" +KEYWORDS="~x86 ~ppc ~sparc ~alpha arm ~hppa ~amd64 ~ia64 s390 ppc64 ppc-macos" IUSE="X doc" DEPEND="X? ( virtual/x11 )" |