From: William Hubbs Date: Thu, 10 Dec 2015 23:21:58 +0000 (-0600) Subject: net-misc/openconnect: qa fixes X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=31eafb6209e2b70bcf44677f2b3a107e5268aa27;p=gentoo.git net-misc/openconnect: qa fixes In the live ebuild, inherit autotools and change the autogen.sh call to eautoreconf and move it to src_prepare. --- diff --git a/net-misc/openconnect/openconnect-9999.ebuild b/net-misc/openconnect/openconnect-9999.ebuild index 3a933194c29e..08beef389d47 100644 --- a/net-misc/openconnect/openconnect-9999.ebuild +++ b/net-misc/openconnect/openconnect-9999.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml" if [[ "${PV}" = "9999" ]]; then EGIT_REPO_URI="git://git.infradead.org/users/dwmw2/${PN}.git" - inherit git-r3 + inherit git-r3 autotools else ARCHIVE_URI="ftp://ftp.infradead.org/pub/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" @@ -75,10 +75,13 @@ src_unpack() { unpack ${A} } -src_configure() { +src_prepare() { if [[ "${PV}" = 9999 ]]; then - ./autogen.sh || die "autogen failed" + eautoreconf fi +} + +src_configure() { strip-linguas $ILINGUAS echo ${LINGUAS} > po/LINGUAS if ! use doc; then