diff options
author | 2015-03-21 22:44:13 +0000 | |
---|---|---|
committer | 2015-03-21 22:44:13 +0000 | |
commit | b89ae4113c4e5458288fd1d0940d1f84ed63ae04 (patch) | |
tree | b0050398651b49c5399d5718e5d78ced0795af6d /dev-perl | |
parent | Block buggy version combinations, bug 543680 (diff) | |
download | gentoo-2-b89ae4113c4e5458288fd1d0940d1f84ed63ae04.tar.gz gentoo-2-b89ae4113c4e5458288fd1d0940d1f84ed63ae04.tar.bz2 gentoo-2-b89ae4113c4e5458288fd1d0940d1f84ed63ae04.zip |
Fix tests, bug 543474
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/gtk2-fu/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/gtk2-fu/gtk2-fu-0.110.0-r2.ebuild | 9 |
2 files changed, 13 insertions, 4 deletions
diff --git a/dev-perl/gtk2-fu/ChangeLog b/dev-perl/gtk2-fu/ChangeLog index acf28a727d58..b8d945dae3e5 100644 --- a/dev-perl/gtk2-fu/ChangeLog +++ b/dev-perl/gtk2-fu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/gtk2-fu -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/ChangeLog,v 1.48 2014/10/19 16:20:25 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/ChangeLog,v 1.49 2015/03/21 22:44:13 dilfridge Exp $ + + 21 Mar 2015; Andreas K. Huettel <dilfridge@gentoo.org> + gtk2-fu-0.110.0-r2.ebuild: + Fix tests, bug 543474 19 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> -gtk2-fu-0.110.0.ebuild: Drop old diff --git a/dev-perl/gtk2-fu/gtk2-fu-0.110.0-r2.ebuild b/dev-perl/gtk2-fu/gtk2-fu-0.110.0-r2.ebuild index 46dc8552f0c6..387f84157156 100644 --- a/dev-perl/gtk2-fu/gtk2-fu-0.110.0-r2.ebuild +++ b/dev-perl/gtk2-fu/gtk2-fu-0.110.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.110.0-r2.ebuild,v 1.1 2014/08/25 02:04:13 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/gtk2-fu/gtk2-fu-0.110.0-r2.ebuild,v 1.2 2015/03/21 22:44:13 dilfridge Exp $ EAPI=5 @@ -30,3 +30,8 @@ EPATCH_SUFFIX=patch PATCHES=( "${WORKDIR}"/${MY_PN:-${PN}}-patch ) + +PERL_RM_FILES=( + t/pod-coverage.t + t/pod.t +) |