diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-06-13 10:13:12 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-06-13 10:13:12 +0000 |
commit | 486fec020102829a922bfc725c852da2ac4ef56d (patch) | |
tree | f89f5dd05a5f6b2f97451c9b34ad6067625f79a9 /media-libs | |
parent | Add Perl 5.22 version, remove old (diff) | |
download | gentoo-2-486fec020102829a922bfc725c852da2ac4ef56d.tar.gz gentoo-2-486fec020102829a922bfc725c852da2ac4ef56d.tar.bz2 gentoo-2-486fec020102829a922bfc725c852da2ac4ef56d.zip |
Really remove .la files
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libart_lgpl/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-libs/libart_lgpl/ChangeLog b/media-libs/libart_lgpl/ChangeLog index ab3903deec50..75f787d29f41 100644 --- a/media-libs/libart_lgpl/ChangeLog +++ b/media-libs/libart_lgpl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/libart_lgpl -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libart_lgpl/ChangeLog,v 1.90 2014/11/21 09:25:01 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libart_lgpl/ChangeLog,v 1.91 2015/06/13 10:13:12 pacho Exp $ + + 13 Jun 2015; Pacho Ramos <pacho@gentoo.org> libart_lgpl-2.3.21-r2.ebuild: + Really remove .la files 21 Nov 2014; Pacho Ramos <pacho@gentoo.org> -libart_lgpl-2.3.21-r1.ebuild: Drop old diff --git a/media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild b/media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild index 7f476d614ad4..69acb19e02df 100644 --- a/media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild +++ b/media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild,v 1.11 2014/10/11 12:11:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libart_lgpl/libart_lgpl-2.3.21-r2.ebuild,v 1.12 2015/06/13 10:13:12 pacho Exp $ EAPI="5" GCONF_DEBUG="no" GNOME_TARBALL_SUFFIX="bz2" +GNOME2_LA_PUNT="yes" inherit autotools eutils gnome2 multilib-minimal |