diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-06-16 12:19:03 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-06-16 12:19:03 +0000 |
commit | acde6e172eb5ef8fcf763c7eebeab61fded00c1b (patch) | |
tree | 1d99f60396bb0d53fb2d26fe0a633681b595ffbb /net-dialup | |
parent | Revision bump: EAPI 5, epatch_user, add missing 'die' to all sed calls, fix b... (diff) | |
download | gentoo-2-acde6e172eb5ef8fcf763c7eebeab61fded00c1b.tar.gz gentoo-2-acde6e172eb5ef8fcf763c7eebeab61fded00c1b.tar.bz2 gentoo-2-acde6e172eb5ef8fcf763c7eebeab61fded00c1b.zip |
QA: punt unnecessary libtool files
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/capi4k-utils/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/capi4k-utils/capi4k-utils-20050718-r6.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-dialup/capi4k-utils/ChangeLog b/net-dialup/capi4k-utils/ChangeLog index 73b70908253a..cc19101f4196 100644 --- a/net-dialup/capi4k-utils/ChangeLog +++ b/net-dialup/capi4k-utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/capi4k-utils # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.76 2014/06/16 12:13:28 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.77 2014/06/16 12:19:03 pinkbyte Exp $ + + 16 Jun 2014; Sergey Popov <pinkbyte@gentoo.org> + capi4k-utils-20050718-r6.ebuild: + QA: punt unnecessary libtool files *capi4k-utils-20050718-r6 (16 Jun 2014) diff --git a/net-dialup/capi4k-utils/capi4k-utils-20050718-r6.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20050718-r6.ebuild index eaa611ded919..b641f1b064c3 100644 --- a/net-dialup/capi4k-utils/capi4k-utils-20050718-r6.ebuild +++ b/net-dialup/capi4k-utils/capi4k-utils-20050718-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r6.ebuild,v 1.1 2014/06/16 12:13:28 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r6.ebuild,v 1.2 2014/06/16 12:19:03 pinkbyte Exp $ EAPI=5 @@ -128,6 +128,7 @@ src_compile() { src_install() { default_src_install + prune_libtool_files # install base dobin scripts/isdncause |