summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2020-12-06 18:26:34 +0100
committerPacho Ramos <pacho@gentoo.org>2020-12-06 18:26:42 +0100
commite8ccc50cf04372d6150f96f9d4ea7e7b6ab0b1c2 (patch)
tree5b73793ae43483e3672e2f5dc9f22ae0f3b4185d /media-libs
parentprofiles: remove static-libs masks from systemd target (diff)
downloadgentoo-e8ccc50cf04372d6150f96f9d4ea7e7b6ab0b1c2.tar.gz
gentoo-e8ccc50cf04372d6150f96f9d4ea7e7b6ab0b1c2.tar.bz2
gentoo-e8ccc50cf04372d6150f96f9d4ea7e7b6ab0b1c2.zip
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 <pacho@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/libquvi/libquvi-0.9.4-r2.ebuild6
1 files changed, 6 insertions, 0 deletions
diff --git a/media-libs/libquvi/libquvi-0.9.4-r2.ebuild b/media-libs/libquvi/libquvi-0.9.4-r2.ebuild
index f0f7b8585dad..d25e8694a5e0 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)