diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-03-16 06:40:01 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-03-16 06:40:01 +0000 |
commit | f5aa0e7f5aa41733451d76814b97fea91c0740bb (patch) | |
tree | 3291b10a8b6c1046c1e2bb883b00e73ac23224c2 /x11-libs | |
parent | marked x86 per bug 407643 (diff) | |
download | gentoo-2-f5aa0e7f5aa41733451d76814b97fea91c0740bb.tar.gz gentoo-2-f5aa0e7f5aa41733451d76814b97fea91c0740bb.tar.bz2 gentoo-2-f5aa0e7f5aa41733451d76814b97fea91c0740bb.zip |
marked x86 per bug 407643
(Portage version: 2.2.0_alpha90/cvs/Linux i686)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/pango/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/pango/pango-1.29.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/pango/ChangeLog b/x11-libs/pango/ChangeLog index 4803d81040e9..7427833786a3 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.333 2012/03/13 13:09:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.334 2012/03/16 06:40:01 jdhore Exp $ + + 16 Mar 2012; Jeff Horelick <jdhore@gentoo.org> pango-1.29.4.ebuild: + marked x86 per bug 407643 13 Mar 2012; Agostino Sarubbo <ago@gentoo.org> pango-1.29.4.ebuild: Stable for amd64, wrt bug #407643 diff --git a/x11-libs/pango/pango-1.29.4.ebuild b/x11-libs/pango/pango-1.29.4.ebuild index dc4746078604..a7f867cc3c52 100644 --- a/x11-libs/pango/pango-1.29.4.ebuild +++ b/x11-libs/pango/pango-1.29.4.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.29.4.ebuild,v 1.5 2012/03/13 13:09:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.29.4.ebuild,v 1.6 2012/03/16 06:40:01 jdhore 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 ~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 ~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" |