-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=7
+
inherit autotools flag-o-matic
DESCRIPTION="Tools to extract and convert images in icon and cursor files (.ico, .cur)"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="nls"
+BDEPEND="
+ nls? ( sys-devel/gettext )
+"
RDEPEND="
>=dev-lang/perl-5.6
>=dev-perl/libwww-perl-5.64
sys-libs/zlib
nls? ( virtual/libintl )
"
-DEPEND="
- ${RDEPEND}
- nls? ( sys-devel/gettext )
-"
+DEPEND="${RDEPEND}"
DOCS=( AUTHORS ChangeLog NEWS README TODO )
-PATCHES=(
- "${FILESDIR}"/${PN}-0.29.1-{locale,gettext}.patch
-)
+PATCHES=( "${FILESDIR}"/${PN}-0.29.1-{locale,gettext}.patch )
src_prepare() {
default
rm m4/po.m4* || die
- cp /usr/share/aclocal/po.m4 m4/
+ cp /usr/share/aclocal/po.m4 m4/ || die
AT_M4DIR=m4 eautoreconf
}