diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-03-09 18:39:32 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-03-09 18:39:32 +0000 |
commit | 32e5eb14e7c9fc888c7af1421610472a47562782 (patch) | |
tree | 2b83db36f3283e73829e2f0f062a2f038f3a7bd9 /media-libs/libtxc_dxtn | |
parent | Version bump to 0.6.0. No factical changes apart from bumped dep on d0_blind_... (diff) | |
download | gentoo-2-32e5eb14e7c9fc888c7af1421610472a47562782.tar.gz gentoo-2-32e5eb14e7c9fc888c7af1421610472a47562782.tar.bz2 gentoo-2-32e5eb14e7c9fc888c7af1421610472a47562782.zip |
Remove pointless no-op find call. Please learn to read comments on bugs first, and test your very stupid changes before committing.
(Portage version: 2.2.0_alpha90_p2/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/libtxc_dxtn')
-rw-r--r-- | media-libs/libtxc_dxtn/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libtxc_dxtn/libtxc_dxtn-1.0.1.ebuild | 5 |
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() { |