diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-07 07:56:43 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-07 07:56:43 +0000 |
commit | 49d5ab74ddc5cc6cd96b03388576e601a0914fe5 (patch) | |
tree | afcce0e9fe80375e977f0171bf1d5efa1afbe3b7 /x11-misc | |
parent | Remove old. (diff) | |
download | gentoo-2-49d5ab74ddc5cc6cd96b03388576e601a0914fe5.tar.gz gentoo-2-49d5ab74ddc5cc6cd96b03388576e601a0914fe5.tar.bz2 gentoo-2-49d5ab74ddc5cc6cd96b03388576e601a0914fe5.zip |
x86 stable wrt bug #391549
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/grun/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/grun/grun-0.9.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/grun/ChangeLog b/x11-misc/grun/ChangeLog index e4d95311d6b9..0cfb297b3651 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.33 2011/12/02 23:44:49 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.34 2011/12/07 07:56:43 phajdan.jr Exp $ + + 07 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> grun-0.9.3-r1.ebuild: + x86 stable wrt bug #391549 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 diff --git a/x11-misc/grun/grun-0.9.3-r1.ebuild b/x11-misc/grun/grun-0.9.3-r1.ebuild index c4183e871c8d..a884d5d66668 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.4 2011/12/02 23:44:49 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.3-r1.ebuild,v 1.5 2011/12/07 07:56:43 phajdan.jr Exp $ EAPI=2 inherit eutils @@ -11,7 +11,7 @@ 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="dev-libs/glib |