diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-19 12:39:36 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-19 12:39:36 +0000 |
commit | ea223b00e37a5ac3aa152cc93abca4e0238632d0 (patch) | |
tree | 7247558b947f7c70e42e51ef8b18732177e5fc5f /x11-libs/gtk+ | |
parent | Add post install message about optional deps for various backends. (diff) | |
download | gentoo-2-ea223b00e37a5ac3aa152cc93abca4e0238632d0.tar.gz gentoo-2-ea223b00e37a5ac3aa152cc93abca4e0238632d0.tar.bz2 gentoo-2-ea223b00e37a5ac3aa152cc93abca4e0238632d0.zip |
Add missing DEPEND on gdbus-codegen (#488514 by Xavier Miller)
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-libs/gtk+')
-rw-r--r-- | x11-libs/gtk+/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/gtk+/gtk+-3.8.6.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/x11-libs/gtk+/ChangeLog b/x11-libs/gtk+/ChangeLog index ec17dc0b105f..369bbfe98958 100644 --- a/x11-libs/gtk+/ChangeLog +++ b/x11-libs/gtk+/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtk+ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.682 2013/10/18 16:50:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/ChangeLog,v 1.683 2013/10/19 12:39:36 pacho Exp $ + + 19 Oct 2013; Pacho Ramos <pacho@gentoo.org> gtk+-3.8.6.ebuild: + Add missing DEPEND on gdbus-codegen (#488514 by Xavier Miller) *gtk+-3.8.6 (18 Oct 2013) diff --git a/x11-libs/gtk+/gtk+-3.8.6.ebuild b/x11-libs/gtk+/gtk+-3.8.6.ebuild index 7dd444a6d483..3fa875075b7c 100644 --- a/x11-libs/gtk+/gtk+-3.8.6.ebuild +++ b/x11-libs/gtk+/gtk+-3.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.8.6.ebuild,v 1.1 2013/10/18 16:50:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+/gtk+-3.8.6.ebuild,v 1.2 2013/10/19 12:39:36 pacho Exp $ EAPI="5" inherit eutils flag-o-matic gnome.org gnome2-utils multilib virtualx @@ -60,6 +60,7 @@ DEPEND="${COMMON_DEPEND} app-text/docbook-xsl-stylesheets app-text/docbook-xml-dtd:4.1.2 dev-libs/libxslt + dev-util/gdbus-codegen virtual/pkgconfig X? ( x11-proto/xextproto @@ -105,6 +106,7 @@ src_prepare() { # epatch "${FILESDIR}/${PN}-3.3.18-fallback-theme.patch" # This files shouldn't be in tarball, upstream bug #709974 + # This needs dev-util/gdbus-codegen in DEPEND rm -f gtk/gtkdbusgenerated.{h,c} || die if use test; then |