diff options
author | 2011-01-22 23:03:51 +0000 | |
---|---|---|
committer | 2011-01-22 23:03:51 +0000 | |
commit | 26d200c5475e372e15900d503cdfb18af907447b (patch) | |
tree | b9067331f51a7888e3ab610a2e07770c045550d3 /dev-ml/lablgtk | |
parent | ppc64 stable wrt #349633 (diff) | |
download | historical-26d200c5475e372e15900d503cdfb18af907447b.tar.gz historical-26d200c5475e372e15900d503cdfb18af907447b.tar.bz2 historical-26d200c5475e372e15900d503cdfb18af907447b.zip |
ppc stable wrt #343751
Package-Manager: portage-2.1.9.25/cvs/Linux ppc64
Diffstat (limited to 'dev-ml/lablgtk')
-rw-r--r-- | dev-ml/lablgtk/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/lablgtk/lablgtk-2.14.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ml/lablgtk/ChangeLog b/dev-ml/lablgtk/ChangeLog index b2f06af4de66..8e3b6e2d912a 100644 --- a/dev-ml/lablgtk/ChangeLog +++ b/dev-ml/lablgtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/lablgtk -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.88 2010/12/09 15:42:04 aballier Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.89 2011/01/22 23:03:51 xarthisius Exp $ + + 22 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> lablgtk-2.14.2.ebuild: + ppc stable wrt #343751 09 Dec 2010; Alexis Ballier <aballier@gentoo.org> lablgtk-2.14.2.ebuild: Fix dep on gnome-panel[bonobo], bug #348162 by Pacho Ramos <pacho@gentoo.org> diff --git a/dev-ml/lablgtk/lablgtk-2.14.2.ebuild b/dev-ml/lablgtk/lablgtk-2.14.2.ebuild index 2391f026968f..7538bcc8654c 100644 --- a/dev-ml/lablgtk/lablgtk-2.14.2.ebuild +++ b/dev-ml/lablgtk/lablgtk-2.14.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.14.2.ebuild,v 1.5 2010/12/09 15:42:04 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.14.2.ebuild,v 1.6 2011/01/22 23:03:51 xarthisius Exp $ EAPI="2" @@ -32,7 +32,7 @@ DEPEND="${RDEPEND} dev-util/pkgconfig" SLOT="2" -KEYWORDS="alpha amd64 ia64 ~ppc sparc x86 ~x86-fbsd ~x86-linux" +KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-fbsd ~x86-linux" src_configure() { econf $(use_enable debug) \ |