summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2005-05-21 20:29:01 +0000
committerHeinrich Wendel <lanius@gentoo.org>2005-05-21 20:29:01 +0000
commit228832805e5c32b3cd3be596f67528093904f941 (patch)
treecd3b0e04a6dffe0c2ba164804dac87216184e509 /app-text
parentadd support for new pam eclass, use external xpdf (diff)
downloadhistorical-228832805e5c32b3cd3be596f67528093904f941.tar.gz
historical-228832805e5c32b3cd3be596f67528093904f941.tar.bz2
historical-228832805e5c32b3cd3be596f67528093904f941.zip
add s390 keyword to make cups happy, this is fine since xpdf was previously merged inside of cups
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-text')
-rw-r--r--app-text/xpdf/ChangeLog6
-rw-r--r--app-text/xpdf/xpdf-3.00-r8.ebuild8
2 files changed, 9 insertions, 5 deletions
diff --git a/app-text/xpdf/ChangeLog b/app-text/xpdf/ChangeLog
index fa6df0a95a85..9c4dc57dcf8e 100644
--- a/app-text/xpdf/ChangeLog
+++ b/app-text/xpdf/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/xpdf
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/ChangeLog,v 1.78 2005/03/08 15:20:51 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/ChangeLog,v 1.79 2005/05/21 20:29:01 lanius Exp $
+
+ 21 May 2005; Heinrich Wendel <lanius@gentoo.org> xpdf-3.00-r8.ebuild:
+ add s390 keyword to make cups happy, this is fine since xpdf was previously
+ merged inside of cups
08 Mar 2005; Heinrich Wendel <lanius@gentoo.org> -xpdf-3.00-r5.ebuild:
cleanups
diff --git a/app-text/xpdf/xpdf-3.00-r8.ebuild b/app-text/xpdf/xpdf-3.00-r8.ebuild
index d3fb8b8bd2d2..e79e4b377f11 100644
--- a/app-text/xpdf/xpdf-3.00-r8.ebuild
+++ b/app-text/xpdf/xpdf-3.00-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-3.00-r8.ebuild,v 1.10 2005/03/14 19:16:24 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xpdf/xpdf-3.00-r8.ebuild,v 1.11 2005/05/21 20:29:01 lanius Exp $
inherit eutils
@@ -21,11 +21,11 @@ SRC_URI="ftp://ftp.foolabs.com/pub/xpdf/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~mips"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~mips ~s390"
IUSE="nomotif nodrm"
-DEPEND="!nomotif? ( virtual/x11
- x11-libs/openmotif )
+DEPEND="!nomotif? ( !s390? ( virtual/x11
+ x11-libs/openmotif ) )
>=media-libs/freetype-2.0.5
>=media-libs/t1lib-1.3
virtual/ghostscript"