diff options
author | 2011-04-10 16:46:31 +0000 | |
---|---|---|
committer | 2011-04-10 16:46:31 +0000 | |
commit | be7dc6eb4f5e058a31665620e6209ed951b2b176 (patch) | |
tree | 525d6c6485aaa9dd1769578ef50b993e18c7ee8a /dev-cpp/libsexymm/libsexymm-0.1.9.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-be7dc6eb4f5e058a31665620e6209ed951b2b176.tar.gz gentoo-2-be7dc6eb4f5e058a31665620e6209ed951b2b176.tar.bz2 gentoo-2-be7dc6eb4f5e058a31665620e6209ed951b2b176.zip |
Remove useless libtool archive wrt #362885 by Cesko Voeten. Remove static archive to match gtkmm behavior.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/libsexymm/libsexymm-0.1.9.ebuild')
-rw-r--r-- | dev-cpp/libsexymm/libsexymm-0.1.9.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/dev-cpp/libsexymm/libsexymm-0.1.9.ebuild b/dev-cpp/libsexymm/libsexymm-0.1.9.ebuild index e6d8c2fc3fcb..6f89ae7d463d 100644 --- a/dev-cpp/libsexymm/libsexymm-0.1.9.ebuild +++ b/dev-cpp/libsexymm/libsexymm-0.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libsexymm/libsexymm-0.1.9.ebuild,v 1.7 2011/03/29 06:14:10 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libsexymm/libsexymm-0.1.9.ebuild,v 1.8 2011/04/10 16:46:31 ssuominen Exp $ EAPI="3" @@ -20,3 +20,12 @@ RDEPEND=">=dev-cpp/glibmm-2.4:2 >=x11-libs/libsexy-0.1.9" DEPEND="${RDEPEND} dev-util/pkgconfig" + +pkg_setup() { + G2CONF="${G2CONF} --disable-static" +} + +src_install() { + gnome2_src_install + find "${ED}" -name '*.la' -exec rm -f {} + +} |