diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-10-02 15:35:37 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-10-02 15:35:37 +0000 |
commit | c7510fefa226fd8c2b075153ee58a21c48651c2c (patch) | |
tree | 3b0f63f40d8fb0a09831ed0d065f4876a2d1eff1 /x11-libs/pango | |
parent | Version bump (diff) | |
download | gentoo-2-c7510fefa226fd8c2b075153ee58a21c48651c2c.tar.gz gentoo-2-c7510fefa226fd8c2b075153ee58a21c48651c2c.tar.bz2 gentoo-2-c7510fefa226fd8c2b075153ee58a21c48651c2c.zip |
Stable for HPPA (bug #427544).
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/pango')
-rw-r--r-- | x11-libs/pango/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/pango/pango-1.30.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/pango/ChangeLog b/x11-libs/pango/ChangeLog index da326d7adf58..d587828adcee 100644 --- a/x11-libs/pango/ChangeLog +++ b/x11-libs/pango/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/pango # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.351 2012/09/27 03:17:28 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.352 2012/10/02 15:35:37 jer Exp $ + + 02 Oct 2012; Jeroen Roovers <jer@gentoo.org> pango-1.30.1.ebuild: + Stable for HPPA (bug #427544). 26 Sep 2012; Matt Turner <mattst88@gentoo.org> pango-1.30.1.ebuild: Stable on alpha, bug 427544. diff --git a/x11-libs/pango/pango-1.30.1.ebuild b/x11-libs/pango/pango-1.30.1.ebuild index 9460afed58fc..f7887ae8e73c 100644 --- a/x11-libs/pango/pango-1.30.1.ebuild +++ b/x11-libs/pango/pango-1.30.1.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/x11-libs/pango/pango-1.30.1.ebuild,v 1.4 2012/09/27 03:17:28 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.30.1.ebuild,v 1.5 2012/10/02 15:35:37 jer Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -13,7 +13,7 @@ HOMEPAGE="http://www.pango.org/" LICENSE="LGPL-2 FTL" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="X doc +introspection test" |