diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2011-02-06 01:45:10 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2011-02-06 01:45:10 +0000 |
commit | e2f7ae41cb06091b16ac6597a0b70c4f76c7f479 (patch) | |
tree | 719ae786eb0f7a2fa1a24c4924314efcaa7457f4 /x11-libs/gtksourceview/gtksourceview-2.10.5-r1.ebuild | |
parent | Version bump, drop old (diff) | |
download | historical-e2f7ae41cb06091b16ac6597a0b70c4f76c7f479.tar.gz historical-e2f7ae41cb06091b16ac6597a0b70c4f76c7f479.tar.bz2 historical-e2f7ae41cb06091b16ac6597a0b70c4f76c7f479.zip |
Add prefix keywords; require eautoreconf for :1.0 (needed on Interix); depend on ige-mac-integration on Darwin in :2.0
Package-Manager: portage-2.2.0_alpha19_p61/cvs/Linux i686
Diffstat (limited to 'x11-libs/gtksourceview/gtksourceview-2.10.5-r1.ebuild')
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-2.10.5-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-libs/gtksourceview/gtksourceview-2.10.5-r1.ebuild b/x11-libs/gtksourceview/gtksourceview-2.10.5-r1.ebuild index bc74528e75be..2bd101896470 100644 --- a/x11-libs/gtksourceview/gtksourceview-2.10.5-r1.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-2.10.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.5-r1.ebuild,v 1.4 2011/01/30 19:14:48 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.5-r1.ebuild,v 1.5 2011/02/06 01:45:10 abcd Exp $ EAPI="2" GCONF_DEBUG="no" @@ -12,7 +12,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="2.0" -KEYWORDS="alpha amd64 arm ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="doc glade" # FIXME: We could avoid the glade conditional and dep completely if upstream @@ -21,7 +21,8 @@ IUSE="doc glade" RDEPEND=">=x11-libs/gtk+-2.12 >=dev-libs/libxml2-2.5 >=dev-libs/glib-2.14 - glade? ( >=dev-util/glade-3.2 )" + glade? ( >=dev-util/glade-3.2 ) + kernel_Darwin? ( x11-libs/ige-mac-integration )" DEPEND="${RDEPEND} >=sys-devel/gettext-0.17 >=dev-util/intltool-0.40 |