diff options
author | 2012-10-21 03:10:08 +0000 | |
---|---|---|
committer | 2012-10-21 03:10:08 +0000 | |
commit | 00a3d23bf4301e99cf10fc74f1e6f0272b678192 (patch) | |
tree | 60fb6ad2bbeb8a3a69c4d50dec3bc0b755b4d70f /dev-perl/SDL/SDL-2.540.ebuild | |
parent | version bump and updates (diff) | |
download | gentoo-2-00a3d23bf4301e99cf10fc74f1e6f0272b678192.tar.gz gentoo-2-00a3d23bf4301e99cf10fc74f1e6f0272b678192.tar.bz2 gentoo-2-00a3d23bf4301e99cf10fc74f1e6f0272b678192.zip |
require a newer perl-Module-Build as mentioned in bug #424535
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SDL/SDL-2.540.ebuild')
-rw-r--r-- | dev-perl/SDL/SDL-2.540.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-perl/SDL/SDL-2.540.ebuild b/dev-perl/SDL/SDL-2.540.ebuild index 8a007932baf7..04a602a59824 100644 --- a/dev-perl/SDL/SDL-2.540.ebuild +++ b/dev-perl/SDL/SDL-2.540.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SDL/SDL-2.540.ebuild,v 1.1 2012/06/02 16:37:08 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SDL/SDL-2.540.ebuild,v 1.2 2012/10/21 03:10:08 mr_bones_ Exp $ EAPI=4 - MODULE_AUTHOR=JTPALMER inherit perl-module @@ -33,7 +32,7 @@ RDEPEND=">=dev-perl/Alien-SDL-1.434 virtual/jpeg virtual/opengl virtual/perl-ExtUtils-CBuilder - virtual/perl-Module-Build + >=virtual/perl-Module-Build-0.400.0 virtual/perl-Scalar-List-Utils virtual/perl-Test-Simple" DEPEND=${RDEPEND} |