dev-libs/popt: eutils->epatch in old

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-02 06:08:59 +01:00
parent 961e59f1b7
commit 3a5ea004f0
2 changed files with 5 additions and 3 deletions

View File

@@ -1,8 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils multilib-minimal libtool ltprune
inherit epatch multilib-minimal libtool ltprune
DESCRIPTION="Parse Options - Command line parser"
HOMEPAGE="http://rpm5.org/"
@@ -23,7 +24,7 @@ src_prepare() {
}
multilib_src_configure() {
ECONF_SOURCE=${S} \
ECONF_SOURCE="${S}" \
econf \
$(use_enable static-libs static) \
$(use_enable nls)

View File

@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit multilib-minimal libtool
DESCRIPTION="Parse Options - Command line parser"