Package-Manager: Portage-2.3.70, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-GENTOO_DEPEND_ON_PERL_SUBSLOT=yes
-inherit perl-app
+inherit perl-module
MY_P="${P/bw/}"
KEYWORDS="amd64 ppc x86"
IUSE=""
-DEPEND="dev-lang/perl"
+DEPEND=""
RDEPEND="${DEPEND}
virtual/perl-Getopt-Long"
src_prepare() {
# bug #440390
sed -i -e '/^\.ru/s/ripn.ru/ripn.net/' tld.conf || die 'sed on tld.conf failed'
+ perl-module_src_prepare
}
src_install() {