diff options
author | 2003-12-09 15:24:37 +0000 | |
---|---|---|
committer | 2003-12-09 15:24:37 +0000 | |
commit | 6759dd3c94e4621fe3c8056643cbb751f7b4c24a (patch) | |
tree | e893356fb8e51c298910a1b6f2a577b1eaa62d1f /app-text/gpdf | |
parent | hppa support (diff) | |
download | historical-6759dd3c94e4621fe3c8056643cbb751f7b4c24a.tar.gz historical-6759dd3c94e4621fe3c8056643cbb751f7b4c24a.tar.bz2 historical-6759dd3c94e4621fe3c8056643cbb751f7b4c24a.zip |
hppa support
Diffstat (limited to 'app-text/gpdf')
-rw-r--r-- | app-text/gpdf/gpdf-0.111.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-text/gpdf/gpdf-0.111.ebuild b/app-text/gpdf/gpdf-0.111.ebuild index e1f569f85ad5..6326fb2c8e41 100644 --- a/app-text/gpdf/gpdf-0.111.ebuild +++ b/app-text/gpdf/gpdf-0.111.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gpdf/gpdf-0.111.ebuild,v 1.3 2003/11/15 03:02:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gpdf/gpdf-0.111.ebuild,v 1.4 2003/12/09 15:24:37 vapier Exp $ inherit gnome2 flag-o-matic DESCRIPTION="your favourite pdf previewer" HOMEPAGE="http://www.gnome.org/" -LICENSE="GPL-2" -IUSE="" +LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc alpha ~sparc ~amd64 ia64" +KEYWORDS="~x86 ~ppc alpha ~sparc hppa ~amd64 ia64" +IUSE="" RDEPEND=">=gnome-base/libgnomeui-2 >=gnome-base/libbonobo-2.2.1 @@ -19,7 +19,6 @@ RDEPEND=">=gnome-base/libgnomeui-2 >=gnome-base/libgnomeprint-2.3 >=gnome-base/libgnomeprintui-2.2 >=gnome-base/libglade-2" - DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0" |