diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 15:07:35 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-30 15:07:35 +0000 |
commit | 5cf656c201969d943f3e4210a37f8e47c916c91f (patch) | |
tree | cf6f5c5075aecc66b975fb67354afc2e340cccc7 /dev-ml | |
parent | Import upstream patch for security #449310 (diff) | |
download | gentoo-2-5cf656c201969d943f3e4210a37f8e47c916c91f.tar.gz gentoo-2-5cf656c201969d943f3e4210a37f8e47c916c91f.tar.bz2 gentoo-2-5cf656c201969d943f3e4210a37f8e47c916c91f.zip |
Stable for alpha, 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 e7acbabd2d53..712db91ad8fe 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.102 2012/12/29 14:38:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/ChangeLog,v 1.103 2012/12/30 15:07:35 ago Exp $ + + 30 Dec 2012; Agostino Sarubbo <ago@gentoo.org> lablgtk-2.16.0.ebuild: + Stable for alpha, wrt bug #441202 29 Dec 2012; Agostino Sarubbo <ago@gentoo.org> lablgtk-2.16.0.ebuild: Stable for sparc, wrt bug #441202 diff --git a/dev-ml/lablgtk/lablgtk-2.16.0.ebuild b/dev-ml/lablgtk/lablgtk-2.16.0.ebuild index 3e75b6fb4c60..ea38d283e14f 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.6 2012/12/29 14:38:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/lablgtk/lablgtk-2.16.0.ebuild,v 1.7 2012/12/30 15:07:35 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) \ |