diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-04-10 23:42:19 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-04-10 23:42:19 +0200 |
commit | c1754554fa85070ab29d4d64c2544178336d601a (patch) | |
tree | b17828ffe85f430cbb6255a417023514ad05b4bb /dev-perl | |
parent | dev-perl/Alien-Gnuplot: EAPI=7 (diff) | |
download | gentoo-c1754554fa85070ab29d4d64c2544178336d601a.tar.gz gentoo-c1754554fa85070ab29d4d64c2544178336d601a.tar.bz2 gentoo-c1754554fa85070ab29d4d64c2544178336d601a.zip |
dev-perl/Alien-SDL: Move M::B to BDEPEND
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Alien-SDL/Alien-SDL-1.446.0-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/Alien-SDL/Alien-SDL-1.446.0-r1.ebuild b/dev-perl/Alien-SDL/Alien-SDL-1.446.0-r1.ebuild index 0b4021f40a67..9d68fd020031 100644 --- a/dev-perl/Alien-SDL/Alien-SDL-1.446.0-r1.ebuild +++ b/dev-perl/Alien-SDL/Alien-SDL-1.446.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,10 +30,11 @@ RDEPEND=" virtual/perl-File-Temp " DEPEND=" - dev-perl/Module-Build media-libs/libsdl " -BDEPEND="${RDEPEND}" +BDEPEND="${RDEPEND} + dev-perl/Module-Build +" PERL_RM_FILES=( t/release-pod-{syntax,coverage}.t |