diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2015-05-01 13:15:52 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2015-05-01 13:15:52 +0000 |
commit | e10984c5ceb83f97ac89cbbd100f136853e6f0de (patch) | |
tree | b721ee700b39c27296ee9e678e0d219011b7c960 /app-crypt/gcr | |
parent | Version bump; remove old (diff) | |
download | gentoo-2-e10984c5ceb83f97ac89cbbd100f136853e6f0de.tar.gz gentoo-2-e10984c5ceb83f97ac89cbbd100f136853e6f0de.tar.bz2 gentoo-2-e10984c5ceb83f97ac89cbbd100f136853e6f0de.zip |
Add missing USE dependency on gtk+:3[X], bug #547354.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'app-crypt/gcr')
-rw-r--r-- | app-crypt/gcr/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/gcr/gcr-3.12.2.ebuild | 6 | ||||
-rw-r--r-- | app-crypt/gcr/gcr-3.14.0.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-crypt/gcr/ChangeLog b/app-crypt/gcr/ChangeLog index 6843299be0c9..1d4e501329ee 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.54 2015/04/18 08:24:38 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.55 2015/05/01 13:15:52 eva Exp $ + + 01 May 2015; Gilles Dartiguelongue <eva@gentoo.org> gcr-3.12.2.ebuild, + gcr-3.14.0.ebuild: + Add missing USE dependency on gtk+:3[X], bug #547354. 18 Apr 2015; Mart Raudsepp <leio@gentoo.org> gcr-3.14.0.ebuild: Fix glib version requirement diff --git a/app-crypt/gcr/gcr-3.12.2.ebuild b/app-crypt/gcr/gcr-3.12.2.ebuild index 4748c9eadebe..a255aa352a99 100644 --- a/app-crypt/gcr/gcr-3.12.2.ebuild +++ b/app-crypt/gcr/gcr-3.12.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/app-crypt/gcr/gcr-3.12.2.ebuild,v 1.10 2014/10/11 11:29:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.12.2.ebuild,v 1.11 2015/05/01 13:15:52 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -26,7 +26,7 @@ COMMON_DEPEND=" >=dev-libs/libgcrypt-1.2.2:0= >=dev-libs/libtasn1-1:= >=sys-apps/dbus-1 - gtk? ( >=x11-libs/gtk+-3:3[introspection?] ) + gtk? ( >=x11-libs/gtk+-3:3[X,introspection?] ) introspection? ( >=dev-libs/gobject-introspection-1.34 ) " RDEPEND="${COMMON_DEPEND} diff --git a/app-crypt/gcr/gcr-3.14.0.ebuild b/app-crypt/gcr/gcr-3.14.0.ebuild index d38933857926..969162c1dbee 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.9 2015/04/18 08:24:38 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.14.0.ebuild,v 1.10 2015/05/01 13:15:52 eva 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[introspection?] ) + gtk? ( >=x11-libs/gtk+-3:3[X,introspection?] ) introspection? ( >=dev-libs/gobject-introspection-1.34 ) " RDEPEND="${COMMON_DEPEND} |