From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D39731382C5 for ; Sun, 6 Dec 2020 17:26:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24FB9E0993; Sun, 6 Dec 2020 17:26:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FDC6E0993 for ; Sun, 6 Dec 2020 17:26:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 23B71340EB0 for ; Sun, 6 Dec 2020 17:26:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C84EF38A for ; Sun, 6 Dec 2020 17:26:46 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1607275602.e8ccc50cf04372d6150f96f9d4ea7e7b6ab0b1c2.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libquvi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libquvi/libquvi-0.9.4-r2.ebuild X-VCS-Directories: media-libs/libquvi/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e8ccc50cf04372d6150f96f9d4ea7e7b6ab0b1c2 X-VCS-Branch: master Date: Sun, 6 Dec 2020 17:26:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a49403c4-9ce2-4f59-adc2-6c9685543e49 X-Archives-Hash: 1443808df23e78d68e9912d5bab22b1a commit: e8ccc50cf04372d6150f96f9d4ea7e7b6ab0b1c2 Author: Pacho Ramos gentoo org> AuthorDate: Sun Dec 6 17:26:34 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Dec 6 17:26:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8ccc50c media-libs/libquvi: Needs eautoreconf Closes: https://bugs.gentoo.org/758728 Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Pacho Ramos gentoo.org> media-libs/libquvi/libquvi-0.9.4-r2.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/media-libs/libquvi/libquvi-0.9.4-r2.ebuild b/media-libs/libquvi/libquvi-0.9.4-r2.ebuild index f0f7b8585da..d25e8694a5e 100644 --- a/media-libs/libquvi/libquvi-0.9.4-r2.ebuild +++ b/media-libs/libquvi/libquvi-0.9.4-r2.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit autotools DESCRIPTION="Library for parsing video download links" HOMEPAGE="http://quvi.sourceforge.net/" @@ -33,6 +34,11 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-0.9.1-headers-reinstall.patch ) +src_prepare() { + default + eautoreconf +} + src_configure() { local myeconfargs=( $(use_enable nls)