summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libtxc_dxtn')
-rw-r--r--media-libs/libtxc_dxtn/ChangeLog6
-rw-r--r--media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild5
2 files changed, 6 insertions, 5 deletions
diff --git a/media-libs/libtxc_dxtn/ChangeLog b/media-libs/libtxc_dxtn/ChangeLog
index 3df6a2ff398c..ec8afbe3abf5 100644
--- a/media-libs/libtxc_dxtn/ChangeLog
+++ b/media-libs/libtxc_dxtn/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/libtxc_dxtn
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libtxc_dxtn/ChangeLog,v 1.3 2012/03/09 18:14:14 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtxc_dxtn/ChangeLog,v 1.4 2012/03/09 18:39:32 mgorny Exp $
+
+ 09 Mar 2012; Michał Górny <mgorny@gentoo.org> libtxc_dxtn-1.0.1.ebuild:
+ Remove pointless no-op find call. Please learn to read comments on bugs
+ first, and test your very stupid changes before committing.
09 Mar 2012; Tomáš Chvátal <scarabeus@gentoo.org> libtxc_dxtn-1.0.1.ebuild:
Stable 1.0.1 on both amd64 and x86 as it does what it should.
diff --git a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild
index 4875adfecf11..0755426a736c 100644
--- a/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild
+++ b/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.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/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild,v 1.3 2012/03/09 18:14:14 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild,v 1.4 2012/03/09 18:39:32 mgorny Exp $
EAPI=4
@@ -36,9 +36,6 @@ src_compile() {
src_install() {
foreachabi autotools-utils_src_install
- #remove_libtool_files all
- # above spits boring warning
- find "${ED}" -name '*.la' -exec rm -f {} +
}
pkg_postinst() {