diff options
-rw-r--r-- | dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r2.ebuild (renamed from dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r1.ebuild) | 9 | ||||
-rw-r--r-- | dev-perl/Sys-Syscall/files/Sys-Syscall-0.25-INSTALL.SKIP | 1 |
2 files changed, 9 insertions, 1 deletions
diff --git a/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r1.ebuild b/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r2.ebuild index 4c26c886d84f..0ac6e6975195 100644 --- a/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r1.ebuild +++ b/dev-perl/Sys-Syscall/Sys-Syscall-0.250.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,3 +15,10 @@ KEYWORDS="amd64 ~ppc x86" IUSE="" SRC_TEST="do" + +src_prepare() { + # https://rt.cpan.org/Ticket/Display.html?id=118696 + cp "${FILESDIR}/${PN}-${MODULE_VERSION}-INSTALL.SKIP" \ + "${S}/INSTALL.SKIP" || die "Can't copy INSTALL.SKIP file" + perl-module_src_prepare +} diff --git a/dev-perl/Sys-Syscall/files/Sys-Syscall-0.25-INSTALL.SKIP b/dev-perl/Sys-Syscall/files/Sys-Syscall-0.25-INSTALL.SKIP new file mode 100644 index 000000000000..4fd94be96e40 --- /dev/null +++ b/dev-perl/Sys-Syscall/files/Sys-Syscall-0.25-INSTALL.SKIP @@ -0,0 +1 @@ +README\.pod$ |