diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-12-24 15:31:50 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-12-24 15:31:50 +0000 |
commit | 22eff348c89df23c287ffcabececc06d87605dfe (patch) | |
tree | 943626c7beb25a99b07eae39916427e4c2f64c5d /app-editors | |
parent | Version bump for Gnome 3.10 (diff) | |
download | gentoo-2-22eff348c89df23c287ffcabececc06d87605dfe.tar.gz gentoo-2-22eff348c89df23c287ffcabececc06d87605dfe.tar.bz2 gentoo-2-22eff348c89df23c287ffcabececc06d87605dfe.zip |
Version bump for Gnome 3.10, drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/ghex/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/ghex/ghex-3.10.0.ebuild (renamed from app-editors/ghex/ghex-3.8.0.ebuild) | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/app-editors/ghex/ChangeLog b/app-editors/ghex/ChangeLog index f247a1b23c59..f5dbc0a34f41 100644 --- a/app-editors/ghex/ChangeLog +++ b/app-editors/ghex/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/ghex # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.85 2013/12/08 17:41:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ChangeLog,v 1.86 2013/12/24 15:31:50 pacho Exp $ + +*ghex-3.10.0 (24 Dec 2013) + + 24 Dec 2013; Pacho Ramos <pacho@gentoo.org> +ghex-3.10.0.ebuild, + -ghex-3.8.0.ebuild: + Version bump for Gnome 3.10, drop old 08 Dec 2013; Pacho Ramos <pacho@gentoo.org> ghex-3.8.1.ebuild: x86 stable, bug #478252 diff --git a/app-editors/ghex/ghex-3.8.0.ebuild b/app-editors/ghex/ghex-3.10.0.ebuild index 79c1a76a9dab..b48d4f988ce6 100644 --- a/app-editors/ghex/ghex-3.8.0.ebuild +++ b/app-editors/ghex/ghex-3.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.8.0.ebuild,v 1.1 2013/03/28 15:51:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/ghex/ghex-3.10.0.ebuild,v 1.1 2013/12/24 15:31:50 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -15,7 +15,8 @@ SLOT="2" KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux" IUSE="" -RDEPEND=">=dev-libs/atk-1 +RDEPEND=" + >=dev-libs/atk-1 >=dev-libs/glib-2.31.10:2 >=x11-libs/gtk+-3.3.8:3 " |