commit: 9eade6b5c2e5377edbf2d71d687a3d1103b173dc Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Tue Jul 10 22:37:56 2018 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Tue Jul 10 22:37:56 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eade6b5
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 net-misc/netifrc/netifrc-0.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/netifrc/netifrc-0.6.1.ebuild b/net-misc/netifrc/netifrc-0.6.1.ebuild index b7337968c42..a331f4480a9 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}
