projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e845f2c
)
media-libs/libmng: run eautoreconf in src_prepare
author
Georgy Yakovlev
<gyakovlev@gentoo.org>
Wed, 22 Jan 2020 20:05:44 +0000
(12:05 -0800)
committer
Georgy Yakovlev
<gyakovlev@gentoo.org>
Wed, 22 Jan 2020 20:05:59 +0000
(12:05 -0800)
it was lost on eapibump
Closes: https://bugs.gentoo.org/668676
Package-Manager: Portage-2.3.84, Repoman-2.3.16
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
media-libs/libmng/libmng-2.0.3.ebuild
patch
|
blob
|
history
diff --git
a/media-libs/libmng/libmng-2.0.3.ebuild
b/media-libs/libmng/libmng-2.0.3.ebuild
index 551d20b6f9810601834096b7adf7541f9b2221bc..5b534b00a61930f4860a9e45c4d929f2ca1f9aa7 100644
(file)
--- a/
media-libs/libmng/libmng-2.0.3.ebuild
+++ b/
media-libs/libmng/libmng-2.0.3.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-20
18 Gentoo Foundation
+# Copyright 1999-20
20 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@
-23,6
+23,7
@@
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${P}-jpeg-9a.patch )
src_prepare() {
+ eautoreconf
emake distclean
default
}