diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-01-06 12:14:13 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-01-06 12:14:13 +0000 |
commit | 521b660550c601331fc366b42987f4c44a73122a (patch) | |
tree | fce7b04ccc433f7866b6451a4aa2b17d61bb0c9c /sci-libs/htslib | |
parent | sci-libs/htslib: Version BUmp (diff) | |
download | gentoo-2-521b660550c601331fc366b42987f4c44a73122a.tar.gz gentoo-2-521b660550c601331fc366b42987f4c44a73122a.tar.bz2 gentoo-2-521b660550c601331fc366b42987f4c44a73122a.zip |
sci-libs/htslib: Fix broken delete of manpage
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs/htslib')
-rw-r--r-- | sci-libs/htslib/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/htslib/htslib-1.1.ebuild | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/sci-libs/htslib/ChangeLog b/sci-libs/htslib/ChangeLog index 101f2066b547..b858d192c884 100644 --- a/sci-libs/htslib/ChangeLog +++ b/sci-libs/htslib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/htslib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/htslib/ChangeLog,v 1.5 2015/01/06 11:57:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/htslib/ChangeLog,v 1.6 2015/01/06 12:14:13 jlec Exp $ + + 06 Jan 2015; Justin Lecher <jlec@gentoo.org> htslib-1.1.ebuild: + Fix broken delete of manpage *htslib-1.1 (06 Jan 2015) diff --git a/sci-libs/htslib/htslib-1.1.ebuild b/sci-libs/htslib/htslib-1.1.ebuild index ed6b7d00ac24..6226addaf40b 100644 --- a/sci-libs/htslib/htslib-1.1.ebuild +++ b/sci-libs/htslib/htslib-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/htslib/htslib-1.1.ebuild,v 1.1 2015/01/06 11:57:49 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/htslib/htslib-1.1.ebuild,v 1.2 2015/01/06 12:14:13 jlec Exp $ EAPI=5 @@ -35,12 +35,9 @@ src_install() { prefix="${EPREFIX}/usr" \ install - rm "${ED}/usr/share/man/man1/libhts.so.1" || die - if ! use static-libs; then find "${ED}" -type f -name "*.a" -delete || die fi dodoc README } - |