diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-29 14:38:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-29 14:38:03 +0000 |
commit | 52c458682d558a9975cb6787cccd32fa843be21d (patch) | |
tree | 682d42d9e374e2261ad79efb4feb64f2571f373f /dev-ml | |
parent | Stable for sparc, wrt bug #446524 (diff) | |
download | gentoo-2-52c458682d558a9975cb6787cccd32fa843be21d.tar.gz gentoo-2-52c458682d558a9975cb6787cccd32fa843be21d.tar.bz2 gentoo-2-52c458682d558a9975cb6787cccd32fa843be21d.zip |
Stable for sparc, wrt bug #441202
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/lablgtk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/lablgtk/lablgtk-2.16.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/lablgtk/ChangeLog b/dev-ml/lablgtk/ChangeLog index fb81c6e6dd42..e7acbabd2d53 100644 --- a/dev-ml/lablgtk/ChangeLog +++ b/dev-ml/lablgtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/lablgtk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.101 2012/12/17 17:24:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.102 2012/12/29 14:38:03 ago Exp $ + + 29 Dec 2012; Agostino Sarubbo <ago@gentoo.org> lablgtk-2.16.0.ebuild: + Stable for sparc, wrt bug #441202 17 Dec 2012; Agostino Sarubbo <ago@gentoo.org> lablgtk-2.16.0.ebuild: Stable for ia64, wrt bug #441202 diff --git a/dev-ml/lablgtk/lablgtk-2.16.0.ebuild b/dev-ml/lablgtk/lablgtk-2.16.0.ebuild index b45f4fc0778b..3e75b6fb4c60 100644 --- a/dev-ml/lablgtk/lablgtk-2.16.0.ebuild +++ b/dev-ml/lablgtk/lablgtk-2.16.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.16.0.ebuild,v 1.5 2012/12/17 17:24:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.16.0.ebuild,v 1.6 2012/12/29 14:38:03 ago Exp $ EAPI="2" @@ -32,7 +32,7 @@ DEPEND="${RDEPEND} virtual/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) \ |