diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-07-29 12:27:24 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-07-29 12:27:24 +0000 |
commit | 74c2b50acd3b7b1d06d7f20aa5c1a75e8210e7bd (patch) | |
tree | c0ecf1f676cfce59874d206cea977d69f9a7ce51 /app-crypt | |
parent | Remove obsolete nsplugin masks because the old Sun JVMs are masked (diff) | |
download | gentoo-2-74c2b50acd3b7b1d06d7f20aa5c1a75e8210e7bd.tar.gz gentoo-2-74c2b50acd3b7b1d06d7f20aa5c1a75e8210e7bd.tar.bz2 gentoo-2-74c2b50acd3b7b1d06d7f20aa5c1a75e8210e7bd.zip |
Require >=gtk+-3.12 (bug #556166, thanks to Bodo Thiesen).
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gcr/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/gcr/gcr-3.14.0.ebuild | 4 | ||||
-rw-r--r-- | app-crypt/gcr/gcr-3.16.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-crypt/gcr/ChangeLog b/app-crypt/gcr/ChangeLog index bb16298bbd80..254fa8a4d825 100644 --- a/app-crypt/gcr/ChangeLog +++ b/app-crypt/gcr/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/gcr # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.60 2015/07/29 07:59:43 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.61 2015/07/29 12:27:24 tetromino Exp $ + + 29 Jul 2015; Alexandre Rostovtsev <tetromino@gentoo.org> gcr-3.14.0.ebuild, + gcr-3.16.0.ebuild: + Require >=gtk+-3.12 (bug #556166, thanks to Bodo Thiesen). 29 Jul 2015; Tobias Klausmann <klausman@gentoo.org> gcr-3.14.0.ebuild: Stable on alpha, bug 551814 diff --git a/app-crypt/gcr/gcr-3.14.0.ebuild b/app-crypt/gcr/gcr-3.14.0.ebuild index b9fee0fd5e28..a5595078efce 100644 --- a/app-crypt/gcr/gcr-3.14.0.ebuild +++ b/app-crypt/gcr/gcr-3.14.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild,v 1.13 2015/07/29 07:59:43 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild,v 1.14 2015/07/29 12:27:24 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -25,7 +25,7 @@ COMMON_DEPEND=" >=dev-libs/libgcrypt-1.2.2:0= >=dev-libs/libtasn1-1:= >=sys-apps/dbus-1 - gtk? ( >=x11-libs/gtk+-3:3[X,introspection?] ) + gtk? ( >=x11-libs/gtk+-3.12:3[X,introspection?] ) introspection? ( >=dev-libs/gobject-introspection-1.34 ) " RDEPEND="${COMMON_DEPEND} diff --git a/app-crypt/gcr/gcr-3.16.0.ebuild b/app-crypt/gcr/gcr-3.16.0.ebuild index e19c501a1b23..b573df02a8cd 100644 --- a/app-crypt/gcr/gcr-3.16.0.ebuild +++ b/app-crypt/gcr/gcr-3.16.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild,v 1.2 2015/06/19 14:01:48 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.16.0.ebuild,v 1.3 2015/07/29 12:27:24 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -25,7 +25,7 @@ COMMON_DEPEND=" >=dev-libs/libgcrypt-1.2.2:0= >=dev-libs/libtasn1-1:= >=sys-apps/dbus-1 - gtk? ( >=x11-libs/gtk+-3.10:3[X,introspection?] ) + gtk? ( >=x11-libs/gtk+-3.12:3[X,introspection?] ) introspection? ( >=dev-libs/gobject-introspection-1.34 ) " RDEPEND="${COMMON_DEPEND} |