summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-base/gnome-print')
-rw-r--r--gnome-base/gnome-print/gnome-print-0.37.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/gnome-base/gnome-print/gnome-print-0.37.ebuild b/gnome-base/gnome-print/gnome-print-0.37.ebuild
index ac3e624d7fd2..8fa28ba6b9b7 100644
--- a/gnome-base/gnome-print/gnome-print-0.37.ebuild
+++ b/gnome-base/gnome-print/gnome-print-0.37.ebuild
@@ -1,22 +1,21 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.37.ebuild,v 1.12 2004/11/05 22:34:42 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-print/gnome-print-0.37.ebuild,v 1.13 2004/11/08 16:15:39 vapier Exp $
inherit gnome.org libtool eutils
-IUSE="nls"
-
DESCRIPTION="GNOME printing library"
HOMEPAGE="http://www.gnome.org/"
-KEYWORDS="x86 ppc sparc alpha hppa ia64 mips amd64 ~ppc64"
-SLOT="0"
+
LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ~ppc64 sparc x86"
+IUSE="nls"
RDEPEND=">=media-libs/gdk-pixbuf-0.11.0-r1
>=gnome-base/gnome-libs-1.4.1.4
>=dev-libs/libxml-1.8.8
>=media-libs/freetype-2.0.1"
-
DEPEND="${RDEPEND}
dev-lang/perl
nls? ( sys-devel/gettext )"