diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-04-10 23:39:30 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-04-10 23:39:30 +0200 |
commit | af43229ca7b51332ac554bc38da2700160007b85 (patch) | |
tree | 0d05f6990021c2d0b8fd0c849945e4abc8b9821e /dev-perl | |
parent | dev-perl/Algorithm-C3: Remove old (diff) | |
download | gentoo-af43229ca7b51332ac554bc38da2700160007b85.tar.gz gentoo-af43229ca7b51332ac554bc38da2700160007b85.tar.bz2 gentoo-af43229ca7b51332ac554bc38da2700160007b85.zip |
dev-perl/Alien-Gnuplot: EAPI=7
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-Gnuplot/Alien-Gnuplot-1.33.0-r1.ebuild (renamed from dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0-r1.ebuild index 0da98dc77595..541029e512bd 100644 --- a/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0.ebuild +++ b/dev-perl/Alien-Gnuplot/Alien-Gnuplot-1.33.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DIST_VERSION=1.033 DIST_AUTHOR=ZOWIE @@ -20,7 +20,7 @@ RDEPEND=" virtual/perl-Time-HiRes sci-visualization/gnuplot " -DEPEND="${RDEPEND} +BDEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker " |