diff options
author | Louis Sautier <sbraz@gentoo.org> | 2018-07-11 00:37:56 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2018-07-11 00:37:56 +0200 |
commit | 9eade6b5c2e5377edbf2d71d687a3d1103b173dc (patch) | |
tree | 80d7bc9bf3ae043944aad1e8b5c888059eb9f168 /net-misc/netifrc | |
parent | dev-python/jaraco-itertools: remove old (diff) | |
download | gentoo-9eade6b5c2e5377edbf2d71d687a3d1103b173dc.tar.gz gentoo-9eade6b5c2e5377edbf2d71d687a3d1103b173dc.tar.bz2 gentoo-9eade6b5c2e5377edbf2d71d687a3d1103b173dc.zip |
net-misc/netifrc: don't install non-existent ChangeLog
Remove it until somebody fixes this properly by re-adding it in the
source tarball.
Bug: https://bugs.gentoo.org/660878
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'net-misc/netifrc')
-rw-r--r-- | net-misc/netifrc/netifrc-0.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/netifrc/netifrc-0.6.1.ebuild b/net-misc/netifrc/netifrc-0.6.1.ebuild index b7337968c422..a331f4480a9a 100644 --- a/net-misc/netifrc/netifrc-0.6.1.ebuild +++ b/net-misc/netifrc/netifrc-0.6.1.ebuild @@ -51,7 +51,7 @@ src_compile() { src_install() { emake ${MAKE_ARGS} DESTDIR="${D}" install - dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO ChangeLog + dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO # Install the service file LIBEXECDIR=${EPREFIX}/lib/${PN} |