diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-04-15 00:54:24 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-04-15 01:04:55 +1200 |
commit | 27ce7a7aa4f6271e905ab5b232a8bb16fb2ec35a (patch) | |
tree | b9e2bd661a6e64e54c842b6993412b3c05b6682e /dev-perl/Audio-Wav | |
parent | dev-perl/Inline: Remove old 0.500.0-r1 (diff) | |
download | gentoo-27ce7a7aa4f6271e905ab5b232a8bb16fb2ec35a.tar.gz gentoo-27ce7a7aa4f6271e905ab5b232a8bb16fb2ec35a.tar.bz2 gentoo-27ce7a7aa4f6271e905ab5b232a8bb16fb2ec35a.zip |
dev-perl/Audio-Wav: Remove support for <Inline-0.790.0
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Audio-Wav')
-rw-r--r-- | dev-perl/Audio-Wav/Audio-Wav-0.140.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Audio-Wav/Audio-Wav-0.140.0.ebuild b/dev-perl/Audio-Wav/Audio-Wav-0.140.0.ebuild index 64e43e9e862f..10844b1b7d9d 100644 --- a/dev-perl/Audio-Wav/Audio-Wav-0.140.0.ebuild +++ b/dev-perl/Audio-Wav/Audio-Wav-0.140.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,8 @@ KEYWORDS="amd64 hppa ppc x86" IUSE="" RDEPEND=" - || ( <dev-perl/Inline-0.790.0 ( >=dev-perl/Inline-0.790.0 dev-perl/Inline-C ) ) + >=dev-perl/Inline-0.790.0 + dev-perl/Inline-C " DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker |