diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-06-13 10:04:03 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-06-13 10:04:03 +0000 |
commit | 75f9664a83fbcb766b88bbf3bf116baadeb76fac (patch) | |
tree | 0a907dfbba7ee19fe2f25fdb64b649f9057d3667 | |
parent | Add Perl 5.22 version, remove old (diff) | |
download | gentoo-2-75f9664a83fbcb766b88bbf3bf116baadeb76fac.tar.gz gentoo-2-75f9664a83fbcb766b88bbf3bf116baadeb76fac.tar.bz2 gentoo-2-75f9664a83fbcb766b88bbf3bf116baadeb76fac.zip |
Really remove .la files
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | gnome-extra/evolution-ews/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/evolution-ews/evolution-ews-3.16.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gnome-extra/evolution-ews/ChangeLog b/gnome-extra/evolution-ews/ChangeLog index ea99babf5964..a5a285473f10 100644 --- a/gnome-extra/evolution-ews/ChangeLog +++ b/gnome-extra/evolution-ews/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-extra/evolution-ews # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.42 2015/06/09 23:07:55 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.43 2015/06/13 10:04:03 pacho Exp $ + + 13 Jun 2015; Pacho Ramos <pacho@gentoo.org> evolution-ews-3.16.3.ebuild: + Really remove .la files *evolution-ews-3.16.3 (09 Jun 2015) diff --git a/gnome-extra/evolution-ews/evolution-ews-3.16.3.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.16.3.ebuild index fd2413cf1fcd..66f53db356e9 100644 --- a/gnome-extra/evolution-ews/evolution-ews-3.16.3.ebuild +++ b/gnome-extra/evolution-ews/evolution-ews-3.16.3.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.16.3.ebuild,v 1.1 2015/06/09 23:07:55 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.16.3.ebuild,v 1.2 2015/06/13 10:04:03 pacho Exp $ EAPI="5" GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" inherit gnome2 |