diff options
author | 2012-01-21 21:07:51 +0000 | |
---|---|---|
committer | 2012-01-21 21:07:51 +0000 | |
commit | 3f0c024a49298ebdcb42c316f24620249c23baea (patch) | |
tree | 681dc7ba44a200ff941cf69ab206182725fc98d7 /dev-perl/SDL/SDL-2.536.ebuild | |
parent | Since games is in dev-perl/SDL metadata.xml, it should be here too. (diff) | |
download | gentoo-2-3f0c024a49298ebdcb42c316f24620249c23baea.tar.gz gentoo-2-3f0c024a49298ebdcb42c316f24620249c23baea.tar.bz2 gentoo-2-3f0c024a49298ebdcb42c316f24620249c23baea.zip |
finish the dep sorting i've started
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/SDL/SDL-2.536.ebuild')
-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 } |