diff options
Diffstat (limited to 'dev-perl/Unicode-EastAsianWidth')
-rw-r--r-- | dev-perl/Unicode-EastAsianWidth/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Unicode-EastAsianWidth/ChangeLog b/dev-perl/Unicode-EastAsianWidth/ChangeLog index f8a480f13e94..272930a9f4ee 100644 --- a/dev-perl/Unicode-EastAsianWidth/ChangeLog +++ b/dev-perl/Unicode-EastAsianWidth/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Unicode-EastAsianWidth # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/ChangeLog,v 1.7 2012/05/06 20:18:45 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/ChangeLog,v 1.8 2012/05/07 08:27:07 ssuominen Exp $ + + 07 May 2012; Samuli Suominen <ssuominen@gentoo.org> + Unicode-EastAsianWidth-1.30.ebuild: + Remove unnecessary dev-perl/Module-Install and virtual/perl-Module-Build from + dependencies (looks like internal copies are used instead) wrt #414933, + Comment #1 by Torsten Veller 06 May 2012; Samuli Suominen <ssuominen@gentoo.org> Unicode-EastAsianWidth-1.30.ebuild: diff --git a/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild b/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild index 402116ab89c8..b3acfe331fa0 100644 --- a/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild +++ b/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild,v 1.7 2012/05/06 20:18:45 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Unicode-EastAsianWidth/Unicode-EastAsianWidth-1.30.ebuild,v 1.8 2012/05/07 08:27:07 ssuominen Exp $ EAPI=4 @@ -16,8 +16,6 @@ IUSE="" RDEPEND="virtual/perl-File-Spec" DEPEND="${RDEPEND} - dev-perl/Module-Install - virtual/perl-ExtUtils-MakeMaker - virtual/perl-Module-Build" + virtual/perl-ExtUtils-MakeMaker" SRC_TEST="do" |