diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-08 16:16:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-08 16:16:13 +0000 |
commit | 0756cdb60e3cafb4f7807eccc4754b70e87a753c (patch) | |
tree | 931ae40a38e9277cde9fc6af666ec79a0e77d7f9 /gnome-base/gnome-print | |
parent | Update to rc-scripts-1.6.6 (Manifest recommit) (diff) | |
download | gentoo-2-0756cdb60e3cafb4f7807eccc4754b70e87a753c.tar.gz gentoo-2-0756cdb60e3cafb4f7807eccc4754b70e87a753c.tar.bz2 gentoo-2-0756cdb60e3cafb4f7807eccc4754b70e87a753c.zip |
arm KEYWORDS
Diffstat (limited to 'gnome-base/gnome-print')
-rw-r--r-- | gnome-base/gnome-print/gnome-print-0.37.ebuild | 11 |
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 )" |