diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-06-24 22:28:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-06-24 22:28:15 +0000 |
commit | 4fb4fd577d4ce725a1aa354cf77e8ffdec900349 (patch) | |
tree | 48d71816618c9ee598f65de9d8fe746c18eba388 /x11-libs/gtk+ | |
parent | Filtering -Wl,--as-needed from LDFLAGS because it breaks the compilation. Fix... (diff) | |
download | gentoo-2-4fb4fd577d4ce725a1aa354cf77e8ffdec900349.tar.gz gentoo-2-4fb4fd577d4ce725a1aa354cf77e8ffdec900349.tar.bz2 gentoo-2-4fb4fd577d4ce725a1aa354cf77e8ffdec900349.zip |
arm/sh stable
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/gtk+-2.10.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/gtk+/gtk+-2.10.11.ebuild b/x11-libs/gtk+/gtk+-2.10.11.ebuild index 22a124b73657..99fd16395103 100644 --- a/x11-libs/gtk+/gtk+-2.10.11.ebuild +++ b/x11-libs/gtk+/gtk+-2.10.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.10.11.ebuild,v 1.11 2007/06/02 02:39:38 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-2.10.11.ebuild,v 1.12 2007/06/24 22:28:15 vapier Exp $ inherit gnome.org flag-o-matic eutils 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 |