diff options
author | 2012-06-19 10:14:45 +0000 | |
---|---|---|
committer | 2012-06-19 10:14:45 +0000 | |
commit | 0396e34333b17c38db1bbadfaca2e79d24c728e9 (patch) | |
tree | 51e8da16cc549d989940d80429a52ec5b93bb5dd /x11-libs/libsexy/libsexy-0.1.11-r3.ebuild | |
parent | sci-electronics/kicad-20120119_p3256 still fetches from a live VCS. Keep masked. (diff) | |
download | gentoo-2-0396e34333b17c38db1bbadfaca2e79d24c728e9.tar.gz gentoo-2-0396e34333b17c38db1bbadfaca2e79d24c728e9.tar.bz2 gentoo-2-0396e34333b17c38db1bbadfaca2e79d24c728e9.zip |
Use prune_libtool_files from eutils.eclass. Punt acinclude.m4 to ensure system .m4 files from dev-util/gtk-doc-am get used wrt #420913. Thanks to "Kevin" for reporting and Rafał Mużyło for solution.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/libsexy/libsexy-0.1.11-r3.ebuild')
-rw-r--r-- | x11-libs/libsexy/libsexy-0.1.11-r3.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-libs/libsexy/libsexy-0.1.11-r3.ebuild b/x11-libs/libsexy/libsexy-0.1.11-r3.ebuild index 4bbdc8f14c6b..06e5c8e4af1f 100644 --- a/x11-libs/libsexy/libsexy-0.1.11-r3.ebuild +++ b/x11-libs/libsexy/libsexy-0.1.11-r3.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/libsexy/libsexy-0.1.11-r3.ebuild,v 1.3 2012/05/05 03:52:30 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libsexy/libsexy-0.1.11-r3.ebuild,v 1.4 2012/06/19 10:14:45 ssuominen Exp $ EAPI=4 inherit autotools eutils @@ -14,10 +14,10 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="doc static-libs" -RDEPEND=">=dev-libs/glib-2.6:2 - >=x11-libs/gtk+-2.6:2 +RDEPEND=">=dev-libs/glib-2 + >=x11-libs/gtk+-2.20:2 dev-libs/libxml2 - >=x11-libs/pango-1.4.0 + >=x11-libs/pango-1.4 >=app-text/iso-codes-0.49" DEPEND="${RDEPEND} >=dev-lang/perl-5 @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} dev-util/gtk-doc-am doc? ( >=dev-util/gtk-doc-1.4 )" -DOCS=( AUTHORS ChangeLog NEWS ) +DOCS="AUTHORS ChangeLog NEWS" src_prepare() { epatch \ @@ -36,6 +36,8 @@ src_prepare() { -e 's:noinst_PROGRAMS:check_PROGRAMS:' \ tests/Makefile.am || die + rm -f acinclude.m4 #420913 + eautoreconf } @@ -48,5 +50,5 @@ src_configure() { src_install() { default - find "${ED}" -name '*.la' -exec rm -f {} + + prune_libtool_files } |