diff options
author | 2011-04-24 16:31:15 +0000 | |
---|---|---|
committer | 2011-04-24 16:31:15 +0000 | |
commit | 4e4a850412fed9ecf507ea443c0dfe108e587d8a (patch) | |
tree | 22e9168d6b7b1cef30eaf9fbfcf930177eede128 /x11-libs/pango | |
parent | Drop keywords on hppa/mips w.r.t. KEYWORDREQ bug 364693 (diff) | |
download | gentoo-2-4e4a850412fed9ecf507ea443c0dfe108e587d8a.tar.gz gentoo-2-4e4a850412fed9ecf507ea443c0dfe108e587d8a.tar.bz2 gentoo-2-4e4a850412fed9ecf507ea443c0dfe108e587d8a.zip |
Drop keywords on hppa/mips w.r.t. KEYWORDREQ bug 364693
(Portage version: 2.1.9.46/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.28.4.ebuild | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11-libs/pango/ChangeLog b/x11-libs/pango/ChangeLog index ef8887e7fc2c..1a409da82aaa 100644 --- a/x11-libs/pango/ChangeLog +++ b/x11-libs/pango/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/pango # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.316 2011/04/10 10:28:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.317 2011/04/24 16:31:15 nirbheek Exp $ + + 24 Apr 2011; Nirbheek Chauhan <nirbheek@gentoo.org> pango-1.28.4.ebuild: + Drop keywords on hppa/mips w.r.t. KEYWORDREQ bug 364693 10 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> pango-1.28.4.ebuild: Punt useless libtool files. diff --git a/x11-libs/pango/pango-1.28.4.ebuild b/x11-libs/pango/pango-1.28.4.ebuild index ee632471c422..597238dd89f5 100644 --- a/x11-libs/pango/pango-1.28.4.ebuild +++ b/x11-libs/pango/pango-1.28.4.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.28.4.ebuild,v 1.2 2011/04/10 10:28:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.28.4.ebuild,v 1.3 2011/04/24 16:31:15 nirbheek Exp $ EAPI="3" GCONF_DEBUG="yes" +GNOME2_LA_PUNT="yes" inherit autotools eutils gnome2 multilib toolchain-funcs @@ -12,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 ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="X doc +introspection test" RDEPEND=">=dev-libs/glib-2.24:2 @@ -65,11 +66,6 @@ src_prepare() { elibtoolize # for Darwin bundles } -src_install() { - gnome2_src_install - find "${ED}" -name '*.la' -exec rm -f {} + -} - pkg_postinst() { if [ "${ROOT}" = "/" ] ; then einfo "Generating modules listing..." |