diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2014-09-29 15:05:17 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2014-09-29 15:05:17 +0000 |
commit | 2415c291ca95a5e1fb975ea8e6a6ecc242702d09 (patch) | |
tree | 24e154dc9459ed43f0fb2c08b49f6e83f5667e38 /gnome-base/gdm | |
parent | keyword on adm64 and x86 (diff) | |
download | gentoo-2-2415c291ca95a5e1fb975ea8e6a6ecc242702d09.tar.gz gentoo-2-2415c291ca95a5e1fb975ea8e6a6ecc242702d09.tar.bz2 gentoo-2-2415c291ca95a5e1fb975ea8e6a6ecc242702d09.zip |
Missing gdbus-codegen dependency (bug #524032, thanks to Kobboi).
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'gnome-base/gdm')
-rw-r--r-- | gnome-base/gdm/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/gdm/gdm-3.12.2-r1.ebuild | 3 | ||||
-rw-r--r-- | gnome-base/gdm/gdm-3.12.2.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/gnome-base/gdm/ChangeLog b/gnome-base/gdm/ChangeLog index 904684f5a45b..30bc38e81206 100644 --- a/gnome-base/gdm/ChangeLog +++ b/gnome-base/gdm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gdm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.409 2014/09/29 11:52:45 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.410 2014/09/29 15:05:17 tetromino Exp $ + + 29 Sep 2014; Alexandre Rostovtsev <tetromino@gentoo.org> gdm-3.12.2.ebuild, + gdm-3.12.2-r1.ebuild: + Missing gdbus-codegen dependency (bug #524032, thanks to Kobboi). *gdm-3.12.2-r1 (29 Sep 2014) diff --git a/gnome-base/gdm/gdm-3.12.2-r1.ebuild b/gnome-base/gdm/gdm-3.12.2-r1.ebuild index c29fc792384a..54edebdcf305 100644 --- a/gnome-base/gdm/gdm-3.12.2-r1.ebuild +++ b/gnome-base/gdm/gdm-3.12.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-3.12.2-r1.ebuild,v 1.1 2014/09/29 11:52:45 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-3.12.2-r1.ebuild,v 1.2 2014/09/29 15:05:17 tetromino Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -90,6 +90,7 @@ RDEPEND="${COMMON_DEPEND} " DEPEND="${COMMON_DEPEND} app-text/docbook-xml-dtd:4.1.2 + dev-util/gdbus-codegen >=dev-util/intltool-0.40.0 virtual/pkgconfig x11-proto/inputproto diff --git a/gnome-base/gdm/gdm-3.12.2.ebuild b/gnome-base/gdm/gdm-3.12.2.ebuild index 6fafddced1f7..df76915bc3d6 100644 --- a/gnome-base/gdm/gdm-3.12.2.ebuild +++ b/gnome-base/gdm/gdm-3.12.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-3.12.2.ebuild,v 1.4 2014/07/28 16:25:33 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-3.12.2.ebuild,v 1.5 2014/09/29 15:05:17 tetromino Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -90,6 +90,7 @@ RDEPEND="${COMMON_DEPEND} " DEPEND="${COMMON_DEPEND} app-text/docbook-xml-dtd:4.1.2 + dev-util/gdbus-codegen >=dev-util/intltool-0.40.0 virtual/pkgconfig x11-proto/inputproto |