diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2015-05-01 13:49:42 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2015-05-01 13:49:42 +0000 |
commit | 2d199c12841bf55841f400fa769fc00518a0b8e4 (patch) | |
tree | 293365a957461d7f18b96b4924c7c6ef552f45dc /www-client/epiphany | |
parent | Fix bug 547478 upstream R bug https://bugs.r-project.org/bugzilla3/show_bug.c... (diff) | |
download | gentoo-2-2d199c12841bf55841f400fa769fc00518a0b8e4.tar.gz gentoo-2-2d199c12841bf55841f400fa769fc00518a0b8e4.tar.bz2 gentoo-2-2d199c12841bf55841f400fa769fc00518a0b8e4.zip |
Add missing gnome-common dependency, bug #547902.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'www-client/epiphany')
-rw-r--r-- | www-client/epiphany/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/epiphany/epiphany-3.14.2.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/www-client/epiphany/ChangeLog b/www-client/epiphany/ChangeLog index 041fcc5f5535..5cb169ab9209 100644 --- a/www-client/epiphany/ChangeLog +++ b/www-client/epiphany/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/epiphany -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.313 2014/12/23 23:27:53 eva Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.314 2015/05/01 13:49:42 eva Exp $ + + 01 May 2015; Gilles Dartiguelongue <eva@gentoo.org> epiphany-3.14.2.ebuild: + Add missing gnome-common dependency, bug #547902. *epiphany-3.14.2 (23 Dec 2014) diff --git a/www-client/epiphany/epiphany-3.14.2.ebuild b/www-client/epiphany/epiphany-3.14.2.ebuild index 0f7d0259da53..6612e97c591b 100644 --- a/www-client/epiphany/epiphany-3.14.2.ebuild +++ b/www-client/epiphany/epiphany-3.14.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.14.2.ebuild,v 1.1 2014/12/23 23:27:53 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-3.14.2.ebuild,v 1.2 2015/05/01 13:49:42 eva Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -48,6 +48,7 @@ RDEPEND="${COMMON_DEPEND} # paxctl needed for bug #407085 # eautoreconf requires gnome-common-3.5.5 DEPEND="${COMMON_DEPEND} + >=gnome-base/gnome-common-3.6 >=dev-util/intltool-0.50 sys-apps/paxctl sys-devel/gettext |