summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-07-16 08:31:14 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-07-16 08:31:14 +0000
commit6722288ae505093b6245899e0565af666a9458c9 (patch)
treeddd43c3f0d1ba143623331178cdfc068f9c9f8c7 /app-crypt/gcr
parentFix building with gobject-introspection-1.33.x (bug #425096, thanks to Marek ... (diff)
downloadgentoo-2-6722288ae505093b6245899e0565af666a9458c9.tar.gz
gentoo-2-6722288ae505093b6245899e0565af666a9458c9.tar.bz2
gentoo-2-6722288ae505093b6245899e0565af666a9458c9.zip
Add missing gdbus-codegen dependency (bug #425390, thanks to cyrillic).
(Portage version: 2.2.0_alpha118/cvs/Linux x86_64)
Diffstat (limited to 'app-crypt/gcr')
-rw-r--r--app-crypt/gcr/ChangeLog5
-rw-r--r--app-crypt/gcr/gcr-3.4.1.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/app-crypt/gcr/ChangeLog b/app-crypt/gcr/ChangeLog
index 418f449d3c49..61ca3bf509a5 100644
--- a/app-crypt/gcr/ChangeLog
+++ b/app-crypt/gcr/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-crypt/gcr
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.1 2012/05/13 18:13:50 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/ChangeLog,v 1.2 2012/07/16 08:31:14 tetromino Exp $
+
+ 16 Jul 2012; Alexandre Rostovtsev <tetromino@gentoo.org> gcr-3.4.1.ebuild:
+ Add missing gdbus-codegen dependency (bug #425390, thanks to cyrillic).
*gcr-3.4.1 (13 May 2012)
diff --git a/app-crypt/gcr/gcr-3.4.1.ebuild b/app-crypt/gcr/gcr-3.4.1.ebuild
index 6fecca546c14..e8a4c96d96ad 100644
--- a/app-crypt/gcr/gcr-3.4.1.ebuild
+++ b/app-crypt/gcr/gcr-3.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.4.1.ebuild,v 1.1 2012/05/13 18:13:50 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gcr/gcr-3.4.1.ebuild,v 1.2 2012/07/16 08:31:14 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -29,8 +29,9 @@ RDEPEND="${COMMON_DEPEND}
!<gnome-base/gnome-keyring-3.3"
# gcr was part of gnome-keyring until 3.3
DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
+ dev-util/gdbus-codegen
>=dev-util/intltool-0.35
+ sys-devel/gettext
virtual/pkgconfig
dev-libs/gobject-introspection-common