summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-09 23:15:35 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2012-05-09 23:15:35 +0000
commit59a8b59d8b1a774852f67237f521b5f4aa0e3139 (patch)
tree59eb5ba576b062aaa39edcfd2f9cf1ec58d5e254 /dev-util/glade
parent2.2.0_alpha103 version bump. This includes all of the fixes in 2.1.10.58. (diff)
downloadgentoo-2-59a8b59d8b1a774852f67237f521b5f4aa0e3139.tar.gz
gentoo-2-59a8b59d8b1a774852f67237f521b5f4aa0e3139.tar.bz2
gentoo-2-59a8b59d8b1a774852f67237f521b5f4aa0e3139.zip
Add missing build-time deps (bug #415287, thanks to Matt Turner).
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/glade')
-rw-r--r--dev-util/glade/ChangeLog5
-rw-r--r--dev-util/glade/glade-3.12.1.ebuild8
2 files changed, 11 insertions, 2 deletions
diff --git a/dev-util/glade/ChangeLog b/dev-util/glade/ChangeLog
index 98c840f57411..05f364bc1a06 100644
--- a/dev-util/glade/ChangeLog
+++ b/dev-util/glade/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/glade
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.161 2012/05/09 18:56:57 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.162 2012/05/09 23:15:35 tetromino Exp $
+
+ 09 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org> glade-3.12.1.ebuild:
+ Add missing build-time deps (bug #415287, thanks to Matt Turner).
09 May 2012; Matt Turner <mattst88@gentoo.org> glade-3.12.1.ebuild:
Added ~mips.
diff --git a/dev-util/glade/glade-3.12.1.ebuild b/dev-util/glade/glade-3.12.1.ebuild
index 325c5d1e150c..7fc09a1df6af 100644
--- a/dev-util/glade/glade-3.12.1.ebuild
+++ b/dev-util/glade/glade-3.12.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/dev-util/glade/glade-3.12.1.ebuild,v 1.2 2012/05/09 18:56:57 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.12.1.ebuild,v 1.3 2012/05/09 23:15:35 tetromino Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
@@ -33,8 +33,14 @@ DEPEND="${RDEPEND}
>=dev-util/intltool-0.41.0
>=sys-devel/gettext-0.17
virtual/pkgconfig
+
+ dev-libs/gobject-introspection-common
+ gnome-base/gnome-common
doc? ( >=dev-util/gtk-doc-1.13 )
"
+# eautoreconf requires:
+# dev-libs/gobject-introspection-common
+# gnome-base/gnome-common
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README TODO"