diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-02-26 07:20:04 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-02-26 07:20:04 +0000 |
commit | 92a00bba6601c8105ca9d5544b7d70e1d6d0af32 (patch) | |
tree | 765db7e8371654eb1dca90bdac5a7197491245f5 /dev-util | |
parent | version bump (diff) | |
download | gentoo-2-92a00bba6601c8105ca9d5544b7d70e1d6d0af32.tar.gz gentoo-2-92a00bba6601c8105ca9d5544b7d70e1d6d0af32.tar.bz2 gentoo-2-92a00bba6601c8105ca9d5544b7d70e1d6d0af32.zip |
Add missing DEPENDs (#502484 by Andrew Church)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/glade/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/glade/glade-3.16.1.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-util/glade/ChangeLog b/dev-util/glade/ChangeLog index 8f5555762eee..a7d3983b6302 100644 --- a/dev-util/glade/ChangeLog +++ b/dev-util/glade/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/glade # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.201 2014/02/23 10:48:02 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.202 2014/02/26 07:20:04 pacho Exp $ + + 26 Feb 2014; Pacho Ramos <pacho@gentoo.org> glade-3.16.1.ebuild: + Add missing DEPENDs (#502484 by Andrew Church) 23 Feb 2014; Pacho Ramos <pacho@gentoo.org> -glade-3.16.0.ebuild, glade-3.16.1.ebuild: diff --git a/dev-util/glade/glade-3.16.1.ebuild b/dev-util/glade/glade-3.16.1.ebuild index ffcdd67ad7d0..ccad5a642a88 100644 --- a/dev-util/glade/glade-3.16.1.ebuild +++ b/dev-util/glade/glade-3.16.1.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/dev-util/glade/glade-3.16.1.ebuild,v 1.3 2014/02/23 10:48:02 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.16.1.ebuild,v 1.4 2014/02/26 07:20:04 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -36,6 +36,9 @@ DEPEND="${RDEPEND} >=dev-util/gtk-doc-am-1.13 >=dev-util/intltool-0.41.0 virtual/pkgconfig + + dev-libs/gobject-introspection-common + gnome-base/gnome-common " # eautoreconf requires: # dev-libs/gobject-introspection-common |