summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tgall@gentoo.org>2004-07-13 02:57:52 +0000
committerTom Gall <tgall@gentoo.org>2004-07-13 02:57:52 +0000
commitd0c91f652928244e18d55c4ffea193d8ba69295d (patch)
tree90fdc0940903d4232c5503aca0849523a904e4a7 /media-libs
parentstable on ppc64, bug #56273 (Manifest recommit) (diff)
downloadgentoo-2-d0c91f652928244e18d55c4ffea193d8ba69295d.tar.gz
gentoo-2-d0c91f652928244e18d55c4ffea193d8ba69295d.tar.bz2
gentoo-2-d0c91f652928244e18d55c4ffea193d8ba69295d.zip
~ppc64 added, bug #55965
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/t1lib/ChangeLog3
-rw-r--r--media-libs/t1lib/t1lib-5.0.2.ebuild6
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/t1lib/ChangeLog b/media-libs/t1lib/ChangeLog
index 34d21785e09b..c43d545b2993 100644
--- a/media-libs/t1lib/ChangeLog
+++ b/media-libs/t1lib/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# /space/gentoo/cvsroot/gentoo-x86/media-libs/t1lib/ChangeLog,v 1.2 2002/04/16 01:14:04 seemant Exp
+ 12 Jul 2004; Tom Gall <tgall@gentoo.org> t1lib-5.0.2.ebuild:
+ add ~ppc64, bug #55965
+
07 Jun 2004; Aron Griffis <agriffis@gentoo.org> t1lib-5.0.0-r2.ebuild:
Fix use invocation
diff --git a/media-libs/t1lib/t1lib-5.0.2.ebuild b/media-libs/t1lib/t1lib-5.0.2.ebuild
index a1ff6144d80f..d9ff0abbe4e5 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.4 2004/06/24 23:24:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/t1lib/t1lib-5.0.2.ebuild,v 1.5 2004/07/13 02:57:52 tgall Exp $
inherit gnuconfig flag-o-matic
@@ -10,14 +10,14 @@ 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"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha arm ~hppa ~amd64 ~ia64 s390 ~ppc64"
IUSE="X doc"
DEPEND="X? ( virtual/x11 )"
src_unpack() {
unpack ${A}
- if use amd64 || use alpha; then
+ if use amd64 || use alpha || use ppc64; then
gnuconfig_update || die "gnuconfig_update failed"
fi