summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-12-02 23:44:49 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-12-02 23:44:49 +0000
commit605e2a55b5088991c7bb09da25d17f09ba35c3fa (patch)
tree3e241416a56fdaf31158d17a1bdb805924423069 /x11-misc
parentDelete old hardened logic as we no longer support it (split specs/etc...). (diff)
downloadgentoo-2-605e2a55b5088991c7bb09da25d17f09ba35c3fa.tar.gz
gentoo-2-605e2a55b5088991c7bb09da25d17f09ba35c3fa.tar.bz2
gentoo-2-605e2a55b5088991c7bb09da25d17f09ba35c3fa.zip
Add missing gdk-pixbuf and glib dependencies. Stable on amd64. bug #391549
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/grun/ChangeLog5
-rw-r--r--x11-misc/grun/grun-0.9.3-r1.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-misc/grun/ChangeLog b/x11-misc/grun/ChangeLog
index c650bafeee7c..e4d95311d6b9 100644
--- a/x11-misc/grun/ChangeLog
+++ b/x11-misc/grun/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/grun
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.32 2011/03/02 17:07:49 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.33 2011/12/02 23:44:49 hwoarang Exp $
+
+ 02 Dec 2011; Markos Chandras <hwoarang@gentoo.org> grun-0.9.3-r1.ebuild:
+ Add missing gdk-pixbuf and glib dependencies. Stable on amd64. bug #391549
02 Mar 2011; Kevin McCarthy <signals@gentoo.org> grun-0.9.2-r1.ebuild,
grun-0.9.3-r1.ebuild:
diff --git a/x11-misc/grun/grun-0.9.3-r1.ebuild b/x11-misc/grun/grun-0.9.3-r1.ebuild
index b40a59f873db..c4183e871c8d 100644
--- a/x11-misc/grun/grun-0.9.3-r1.ebuild
+++ b/x11-misc/grun/grun-0.9.3-r1.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/x11-misc/grun/grun-0.9.3-r1.ebuild,v 1.3 2011/03/02 17:07:49 signals Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild,v 1.4 2011/12/02 23:44:49 hwoarang Exp $
EAPI=2
inherit eutils
@@ -11,10 +11,12 @@ SRC_URI="http://grun.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE="nls"
-RDEPEND="x11-libs/gtk+:2"
+RDEPEND="dev-libs/glib
+ x11-libs/gtk+:2
+ x11-libs/gdk-pixbuf"
DEPEND="${RDEPEND}
dev-util/pkgconfig
nls? ( sys-devel/gettext )"