diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-10-14 20:50:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-10-14 20:50:07 +0000 |
commit | c1ed8b29b8772bcef46203970c46023810f23785 (patch) | |
tree | 538cb4cd0b8d388c4473bc6ee090145a407e44d8 /gnome-base/libgnomeprint/libgnomeprint-2.12.1.ebuild | |
parent | arm/sh love (diff) | |
download | historical-c1ed8b29b8772bcef46203970c46023810f23785.tar.gz historical-c1ed8b29b8772bcef46203970c46023810f23785.tar.bz2 historical-c1ed8b29b8772bcef46203970c46023810f23785.zip |
arm/sh love
Package-Manager: portage-2.1.2_pre2-r9
Diffstat (limited to 'gnome-base/libgnomeprint/libgnomeprint-2.12.1.ebuild')
-rw-r--r-- | gnome-base/libgnomeprint/libgnomeprint-2.12.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnome-base/libgnomeprint/libgnomeprint-2.12.1.ebuild b/gnome-base/libgnomeprint/libgnomeprint-2.12.1.ebuild index cd75c18f2ea1..44130393e897 100644 --- a/gnome-base/libgnomeprint/libgnomeprint-2.12.1.ebuild +++ b/gnome-base/libgnomeprint/libgnomeprint-2.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.12.1.ebuild,v 1.10 2006/09/05 02:15:31 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomeprint/libgnomeprint-2.12.1.ebuild,v 1.11 2006/10/14 20:48:05 vapier Exp $ inherit gnome2 @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2 LGPL-2.1" SLOT="2.2" -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" IUSE="cups doc" RDEPEND=">=dev-libs/glib-2 @@ -23,7 +23,6 @@ RDEPEND=">=dev-libs/glib-2 cups? ( >=net-print/cups-1.1.20 >=net-print/libgnomecups-0.2 )" - DEPEND="${RDEPEND} sys-devel/gettext >=dev-util/intltool-0.28 @@ -37,7 +36,6 @@ DEPEND="${RDEPEND} DOCS="AUTHORS BUGS ChangeLog* NEWS README" USE_DESTDIR="1" - pkg_setup() { G2CONF="$(use_with cups)" } |