diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-09-27 18:57:34 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-09-27 18:57:34 +0000 |
commit | cdce380b1575d9ad1f32a0bb522e9f6db7853c7d (patch) | |
tree | 81aabb05dd9d735bb7b1b9731e5dade44fedfdd7 /app-editors | |
parent | Improves control of setting PT_PAX flags (diff) | |
download | gentoo-2-cdce380b1575d9ad1f32a0bb522e9f6db7853c7d.tar.gz gentoo-2-cdce380b1575d9ad1f32a0bb522e9f6db7853c7d.tar.bz2 gentoo-2-cdce380b1575d9ad1f32a0bb522e9f6db7853c7d.zip |
popt and scrollkeeper/rarian are no longer required, thanks to tetromino for noticing.
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ghex/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/ghex/ghex-3.0.0.ebuild | 12 |
2 files changed, 12 insertions, 6 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog index b48be8946fbf..6fc10d9b2644 100644 --- a/app-editors/ghex/ChangeLog +++ b/app-editors/ghex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/ghex # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.63 2011/09/26 18:08:28 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.64 2011/09/27 18:57:34 pacho Exp $ + + 27 Sep 2011; Pacho Ramos <pacho@gentoo.org> ghex-3.0.0.ebuild: + popt and scrollkeeper/rarian are no longer required, thanks to tetromino for + noticing. *ghex-3.0.0 (26 Sep 2011) diff --git a/app-editors/ghex/ghex-3.0.0.ebuild b/app-editors/ghex/ghex-3.0.0.ebuild index ec737a9eb125..8a0bba3a114f 100644 --- a/app-editors/ghex/ghex-3.0.0.ebuild +++ b/app-editors/ghex/ghex-3.0.0.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/app-editors/ghex/ghex-3.0.0.ebuild,v 1.1 2011/09/26 18:08:28 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.0.0.ebuild,v 1.2 2011/09/27 18:57:34 pacho Exp $ EAPI="4" GCONF_DEBUG="no" @@ -16,17 +16,19 @@ SLOT="2" KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux" IUSE="" -RDEPEND=">=x11-libs/gtk+-3.0:3 - dev-libs/popt +RDEPEND=">=dev-libs/glib-2.26:2 + >=x11-libs/gtk+-3.0:3 >=dev-libs/atk-1" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.9 - app-text/scrollkeeper >=dev-util/intltool-0.41.1 >=app-text/gnome-doc-utils-0.9.0 >=sys-devel/gettext-0.17" pkg_setup() { DOCS="AUTHORS ChangeLog NEWS README" - G2CONF="${G2CONF} --disable-static" + G2CONF="${G2CONF} + --disable-schemas-compile + --disable-scrollkeeper + --disable-static" } |