diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-06-21 15:25:48 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-06-21 15:25:48 +0000 |
commit | 75ba31be8198ab859026ba131d0cbf60076e1189 (patch) | |
tree | e79c0ce6feb665b2117f5199ff158ed75edb87dc /app-text/gsview/gsview-4.8.ebuild | |
parent | Marking sparc stable (diff) | |
download | gentoo-2-75ba31be8198ab859026ba131d0cbf60076e1189.tar.gz gentoo-2-75ba31be8198ab859026ba131d0cbf60076e1189.tar.bz2 gentoo-2-75ba31be8198ab859026ba131d0cbf60076e1189.zip |
Stable for HPPA (bug #182403) (and removed the moronic arch conditional).
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-text/gsview/gsview-4.8.ebuild')
-rw-r--r-- | app-text/gsview/gsview-4.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/gsview/gsview-4.8.ebuild b/app-text/gsview/gsview-4.8.ebuild index c1f5848b4715..b795518a8768 100644 --- a/app-text/gsview/gsview-4.8.ebuild +++ b/app-text/gsview/gsview-4.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gsview/gsview-4.8.ebuild,v 1.8 2007/06/19 07:26:23 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gsview/gsview-4.8.ebuild,v 1.9 2007/06/21 15:25:48 jer Exp $ inherit eutils @@ -12,11 +12,11 @@ HOMEPAGE="http://www.cs.wisc.edu/~ghost/gsview/" IUSE="doc" SLOT="0" LICENSE="Aladdin" -KEYWORDS="amd64 ~hppa ~ppc x86" +KEYWORDS="amd64 hppa ~ppc x86" RDEPEND="=x11-libs/gtk+-1.2* app-text/epstool - !hppa? ( app-text/pstotext ) + app-text/pstotext virtual/ghostscript" DEPEND="app-arch/unzip =x11-libs/gtk+-1.2*" |