diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-07-31 13:41:24 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2015-07-31 13:41:24 +0000 |
commit | dc3ae6f3c2a8244ad5bf7324d8626ac47a89bf25 (patch) | |
tree | 0c65a86ba336257944a7ff81dd7ddae869e966a5 /app-crypt/seahorse | |
parent | Version bump (diff) | |
download | gentoo-2-dc3ae6f3c2a8244ad5bf7324d8626ac47a89bf25.tar.gz gentoo-2-dc3ae6f3c2a8244ad5bf7324d8626ac47a89bf25.tar.bz2 gentoo-2-dc3ae6f3c2a8244ad5bf7324d8626ac47a89bf25.zip |
Missing gdbus-codegen dependency (bug #556384, thanks to selurvedu).
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x18E5B6F2D8D5EC8D)
Diffstat (limited to 'app-crypt/seahorse')
-rw-r--r-- | app-crypt/seahorse/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-3.14.1.ebuild | 3 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-3.16.0-r1.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog index 8eb44e4a7f9c..6974c1236bba 100644 --- a/app-crypt/seahorse/ChangeLog +++ b/app-crypt/seahorse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/seahorse # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.196 2015/07/05 08:22:05 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.197 2015/07/31 13:41:24 tetromino Exp $ + + 31 Jul 2015; Alexandre Rostovtsev <tetromino@gentoo.org> + seahorse-3.14.1.ebuild, seahorse-3.16.0-r1.ebuild: + Missing gdbus-codegen dependency (bug #556384, thanks to selurvedu). 05 Jul 2015; Pacho Ramos <pacho@gentoo.org> seahorse-3.16.0-r1.ebuild: dev-util/itstool DEPEND diff --git a/app-crypt/seahorse/seahorse-3.14.1.ebuild b/app-crypt/seahorse/seahorse-3.14.1.ebuild index 26968a4931f9..e01c434f97a8 100644 --- a/app-crypt/seahorse/seahorse-3.14.1.ebuild +++ b/app-crypt/seahorse/seahorse-3.14.1.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/seahorse/seahorse-3.14.1.ebuild,v 1.4 2015/05/13 16:54:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.14.1.ebuild,v 1.5 2015/07/31 13:41:24 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -32,6 +32,7 @@ COMMON_DEPEND=" zeroconf? ( >=net-dns/avahi-0.6:= ) " DEPEND="${COMMON_DEPEND} + dev-util/gdbus-codegen >=dev-util/intltool-0.35 sys-devel/gettext virtual/pkgconfig diff --git a/app-crypt/seahorse/seahorse-3.16.0-r1.ebuild b/app-crypt/seahorse/seahorse-3.16.0-r1.ebuild index 452ebb4017f1..d644b91ddb98 100644 --- a/app-crypt/seahorse/seahorse-3.16.0-r1.ebuild +++ b/app-crypt/seahorse/seahorse-3.16.0-r1.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/seahorse/seahorse-3.16.0-r1.ebuild,v 1.3 2015/07/05 08:22:05 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.16.0-r1.ebuild,v 1.4 2015/07/31 13:41:24 tetromino Exp $ EAPI="5" GCONF_DEBUG="no" @@ -32,6 +32,7 @@ COMMON_DEPEND=" " DEPEND="${COMMON_DEPEND} app-text/yelp-tools + dev-util/gdbus-codegen >=dev-util/intltool-0.35 dev-util/itstool sys-devel/gettext |