diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-21 21:07:51 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-21 21:07:51 +0000 |
commit | e30b458110813c48d87a17dd3f8e491b4ef044f6 (patch) | |
tree | bdd5b520ca854cce4b174aa21d293631cd9976f2 /dev-perl/SDL | |
parent | Since games is in dev-perl/SDL metadata.xml, it should be here too. (diff) | |
download | historical-e30b458110813c48d87a17dd3f8e491b4ef044f6.tar.gz historical-e30b458110813c48d87a17dd3f8e491b4ef044f6.tar.bz2 historical-e30b458110813c48d87a17dd3f8e491b4ef044f6.zip |
finish the dep sorting i've started
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/SDL')
-rw-r--r-- | dev-perl/SDL/SDL-2.536.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/dev-perl/SDL/SDL-2.536.ebuild b/dev-perl/SDL/SDL-2.536.ebuild index a37a7fc0073e..b074bd8b9421 100644 --- a/dev-perl/SDL/SDL-2.536.ebuild +++ b/dev-perl/SDL/SDL-2.536.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/SDL/SDL-2.536.ebuild,v 1.1 2012/01/21 21:00:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SDL/SDL-2.536.ebuild,v 1.2 2012/01/21 21:07:51 ssuominen Exp $ EAPI=4 @@ -15,13 +15,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="dev-perl/Capture-Tiny - virtual/perl-Test-Simple - dev-perl/Test-Most - dev-perl/Tie-Simple +RDEPEND="dev-perl/Alien-SDL dev-perl/Capture-Tiny - dev-perl/Alien-SDL dev-perl/File-ShareDir + dev-perl/Test-Most + dev-perl/Tie-Simple media-libs/libpng:0 media-libs/libsdl media-libs/sdl-gfx @@ -36,14 +34,14 @@ RDEPEND="dev-perl/Capture-Tiny virtual/opengl virtual/perl-ExtUtils-CBuilder virtual/perl-Module-Build - virtual/perl-Scalar-List-Utils" + virtual/perl-Scalar-List-Utils + virtual/perl-Test-Simple" DEPEND="${RDEPEND}" pkg_setup() { # Only enable this if you are confirming a bug in this module. The testsrequire # access to your /dev/{snd,sound} devices. #SRC_TEST="do" - mydoc="CHANGELOG README TODO" perl-module_pkg_setup } |