diff options
author | Mike Auty <ikelos@gentoo.org> | 2011-12-13 23:10:31 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2011-12-13 23:10:31 +0000 |
commit | bee4084e4d927d6cba23ee89672466ecfb0be2b6 (patch) | |
tree | b88e5c165d3f99757b87964e39a90d656b592a77 | |
parent | Stable for AMD64, wrt bug #392837 (diff) | |
download | gentoo-2-bee4084e4d927d6cba23ee89672466ecfb0be2b6.tar.gz gentoo-2-bee4084e4d927d6cba23ee89672466ecfb0be2b6.tar.bz2 gentoo-2-bee4084e4d927d6cba23ee89672466ecfb0be2b6.zip |
Add dependency on yelp-tools (and hence itstool) to solve bug 394613. Requires the removal of the ppc flag until itstool/yelp-tools are keyworded for ppc.
(Portage version: 2.2.0_alpha80/cvs/Linux x86_64)
-rw-r--r-- | dev-vcs/giggle/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/giggle/giggle-0.6.1.ebuild | 5 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-vcs/giggle/ChangeLog b/dev-vcs/giggle/ChangeLog index 0bdec235ac3b..5c1c4124be0e 100644 --- a/dev-vcs/giggle/ChangeLog +++ b/dev-vcs/giggle/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/giggle # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/giggle/ChangeLog,v 1.11 2011/12/10 15:37:35 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/giggle/ChangeLog,v 1.12 2011/12/13 23:10:31 ikelos Exp $ + + 13 Dec 2011; Mike Auty <ikelos@gentoo.org> giggle-0.6.1.ebuild: + Add dependency on yelp-tools (and hence itstool) to solve bug 394613. + Requires the removal of the ppc flag until itstool/yelp-tools are keyworded + for ppc. 10 Dec 2011; Mike Auty <ikelos@gentoo.org> giggle-0.6.1.ebuild: Removed the eautoreconf since it would have needed yelp-tools, which isn't diff --git a/dev-vcs/giggle/giggle-0.6.1.ebuild b/dev-vcs/giggle/giggle-0.6.1.ebuild index 3174e5935dd1..3c2a05b5f5ee 100644 --- a/dev-vcs/giggle/giggle-0.6.1.ebuild +++ b/dev-vcs/giggle/giggle-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/giggle/giggle-0.6.1.ebuild,v 1.3 2011/12/10 15:37:35 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/giggle/giggle-0.6.1.ebuild,v 1.4 2011/12/13 23:10:31 ikelos Exp $ EAPI="3" @@ -11,7 +11,7 @@ HOMEPAGE="http://live.gnome.org/giggle" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~x86 ~x86-interix ~amd64-linux ~x86-linux" IUSE="eds" RDEPEND=">=dev-vcs/git-1.5 @@ -23,6 +23,7 @@ RDEPEND=">=dev-vcs/git-1.5 >=x11-libs/vte-0.26:2.90" DEPEND="${RDEPEND} sys-devel/gettext + app-text/yelp-tools >=dev-util/pkgconfig-0.15 >=dev-util/intltool-0.35 >=sys-devel/autoconf-2.64 |