diff options
author | Sebastian Pipping <sping@gentoo.org> | 2014-03-15 15:04:20 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2014-03-15 15:04:20 +0000 |
commit | 792ea377597fbebc4f8f5ff45874041f2a1cf2a2 (patch) | |
tree | 1144da74da5e86b4b79c5d6e98e3f34633424db7 /dev-vcs/gitg | |
parent | version bump (diff) | |
download | gentoo-2-792ea377597fbebc4f8f5ff45874041f2a1cf2a2.tar.gz gentoo-2-792ea377597fbebc4f8f5ff45874041f2a1cf2a2.tar.bz2 gentoo-2-792ea377597fbebc4f8f5ff45874041f2a1cf2a2.zip |
dev-vcs/gitg: Add build dependency gnome-base/gnome-common (bug #504070)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Diffstat (limited to 'dev-vcs/gitg')
-rw-r--r-- | dev-vcs/gitg/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/gitg/gitg-0.2.6.ebuild | 3 | ||||
-rw-r--r-- | dev-vcs/gitg/gitg-0.2.7.ebuild | 3 | ||||
-rw-r--r-- | dev-vcs/gitg/gitg-0.3.2.ebuild | 3 |
4 files changed, 12 insertions, 4 deletions
diff --git a/dev-vcs/gitg/ChangeLog b/dev-vcs/gitg/ChangeLog index abaeb4209858..24e6cd52fc68 100644 --- a/dev-vcs/gitg/ChangeLog +++ b/dev-vcs/gitg/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/gitg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.25 2014/02/08 14:33:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/ChangeLog,v 1.26 2014/03/15 15:04:20 sping Exp $ + + 15 Mar 2014; Sebastian Pipping <sping@gentoo.org> gitg-0.3.2.ebuild: + eautoreconf needs GNOME_COMPILE_WARNINGS from + /usr/share/aclocal/gnome-compiler-flags.m4 to rebuild configure script (bug + #504070) *gitg-0.3.2 (08 Feb 2014) diff --git a/dev-vcs/gitg/gitg-0.2.6.ebuild b/dev-vcs/gitg/gitg-0.2.6.ebuild index a129fe298e8a..e67789d37f45 100644 --- a/dev-vcs/gitg/gitg-0.2.6.ebuild +++ b/dev-vcs/gitg/gitg-0.2.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/dev-vcs/gitg/gitg-0.2.6.ebuild,v 1.2 2013/04/13 13:14:04 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.2.6.ebuild,v 1.3 2014/03/15 15:04:20 sping Exp $ EAPI=5 @@ -27,6 +27,7 @@ RDEPEND=">=dev-libs/glib-2.26:2 glade? ( >=dev-util/glade-3.2:3.10 ) " DEPEND="${RDEPEND} + gnome-base/gnome-common >=sys-devel/gettext-0.17 virtual/pkgconfig >=dev-util/intltool-0.40" diff --git a/dev-vcs/gitg/gitg-0.2.7.ebuild b/dev-vcs/gitg/gitg-0.2.7.ebuild index 99009767ab53..a3dd8acdbe63 100644 --- a/dev-vcs/gitg/gitg-0.2.7.ebuild +++ b/dev-vcs/gitg/gitg-0.2.7.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/dev-vcs/gitg/gitg-0.2.7.ebuild,v 1.3 2013/08/18 13:26:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.2.7.ebuild,v 1.4 2014/03/15 15:04:20 sping Exp $ EAPI=5 @@ -25,6 +25,7 @@ RDEPEND=">=dev-libs/glib-2.26:2 glade? ( >=dev-util/glade-3.2:3.10 ) " DEPEND="${RDEPEND} + gnome-base/gnome-common >=sys-devel/gettext-0.17 virtual/pkgconfig >=dev-util/intltool-0.40" diff --git a/dev-vcs/gitg/gitg-0.3.2.ebuild b/dev-vcs/gitg/gitg-0.3.2.ebuild index b7a3c30e67a4..79bef606430b 100644 --- a/dev-vcs/gitg/gitg-0.3.2.ebuild +++ b/dev-vcs/gitg/gitg-0.3.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/dev-vcs/gitg/gitg-0.3.2.ebuild,v 1.1 2014/02/08 14:33:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitg/gitg-0.3.2.ebuild,v 1.2 2014/03/15 15:04:20 sping Exp $ EAPI=5 @@ -42,6 +42,7 @@ RDEPEND=" ) " DEPEND="${RDEPEND} + gnome-base/gnome-common >=sys-devel/gettext-0.17 virtual/pkgconfig >=dev-util/intltool-0.40 |