diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-05-24 19:58:52 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-05-24 19:58:52 +0000 |
commit | eb2fb9f3b5f36262366e137a997ecff4ee0bc5c4 (patch) | |
tree | c2135cbce030daab4e5d0b4162995b79627f5d99 /dev-lang/mono | |
parent | Stable for ppc64, wrt bug #470266 (diff) | |
download | gentoo-2-eb2fb9f3b5f36262366e137a997ecff4ee0bc5c4.tar.gz gentoo-2-eb2fb9f3b5f36262366e137a997ecff4ee0bc5c4.tar.bz2 gentoo-2-eb2fb9f3b5f36262366e137a997ecff4ee0bc5c4.zip |
Drop all .la files again
(Portage version: 2.1.12.1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-lang/mono')
-rw-r--r-- | dev-lang/mono/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/mono/mono-3.0.7.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog index 8a67d4288baa..c3d16819c28f 100644 --- a/dev-lang/mono/ChangeLog +++ b/dev-lang/mono/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/mono # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.253 2013/05/24 18:10:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.254 2013/05/24 19:58:52 pacho Exp $ + + 24 May 2013; Pacho Ramos <pacho@gentoo.org> mono-3.0.7.ebuild: + Drop all .la files again *mono-3.0.7 (24 May 2013) diff --git a/dev-lang/mono/mono-3.0.7.ebuild b/dev-lang/mono/mono-3.0.7.ebuild index 4e59a0b33601..fb586a1e6667 100644 --- a/dev-lang/mono/mono-3.0.7.ebuild +++ b/dev-lang/mono/mono-3.0.7.ebuild @@ -1,8 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.0.7.ebuild,v 1.1 2013/05/24 18:10:56 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-3.0.7.ebuild,v 1.2 2013/05/24 19:58:52 pacho Exp $ EAPI="5" +AUTOTOOLS_PRUNE_LIBTOOL_FILES="all" + inherit linux-info mono-env flag-o-matic pax-utils autotools-utils DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter" |