diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-12-03 03:17:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-12-03 03:17:31 +0000 |
commit | be77a71b2566ceb86c0cfbaa55ace24bbe658916 (patch) | |
tree | 199c8f3f25f16cd65f3ee9f6e7fc274dcf744a6e /x11-libs/gtk+ | |
parent | arm/ia64/sh stable (and punt mips) (diff) | |
download | gentoo-2-be77a71b2566ceb86c0cfbaa55ace24bbe658916.tar.gz gentoo-2-be77a71b2566ceb86c0cfbaa55ace24bbe658916.tar.bz2 gentoo-2-be77a71b2566ceb86c0cfbaa55ace24bbe658916.zip |
arm/ia64/sh stable
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/gtk+-2.10.6.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-libs/gtk+/gtk+-2.10.6.ebuild b/x11-libs/gtk+/gtk+-2.10.6.ebuild index 7a3b0f21ae24..1c461b1d32bd 100644 --- a/x11-libs/gtk+/gtk+-2.10.6.ebuild +++ b/x11-libs/gtk+/gtk+-2.10.6.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/x11-libs/gtk+/gtk+-2.10.6.ebuild,v 1.8 2006/12/01 19:32:25 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.10.6.ebuild,v 1.9 2006/12/03 03:17:31 vapier Exp $ inherit gnome.org flag-o-matic eutils debug autotools virtualx @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gtk.org/" LICENSE="LGPL-2" SLOT="2" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="debug doc jpeg tiff xinerama" RDEPEND="x11-libs/libXrender @@ -46,7 +46,6 @@ DEPEND="${RDEPEND} RESTRICT="confcache" - pkg_setup() { if ! built_with_use x11-libs/cairo X pdf ; then einfo "Please re-emerge x11-libs/cairo with the X and pdf USE flag set" |