summaryrefslogtreecommitdiff
path: root/app-i18n/zhcon/zhcon-0.2.6-r3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-24 17:44:59 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-24 17:44:59 +0000
commit0706fc6986773f4e4d391deff4ad5143c464ea4e (patch)
tree9fd110f9fc996e8a4213eeda994a8c112491b86d /app-i18n/zhcon/zhcon-0.2.6-r3.ebuild
parentaa3411e241a201d53a2689766fe419f2756819f3 (diff)
Revert "gentoo resync : 24.03.2019"
This reverts commit aa3411e241a201d53a2689766fe419f2756819f3.
Diffstat (limited to 'app-i18n/zhcon/zhcon-0.2.6-r3.ebuild')
-rw-r--r--app-i18n/zhcon/zhcon-0.2.6-r3.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/app-i18n/zhcon/zhcon-0.2.6-r3.ebuild b/app-i18n/zhcon/zhcon-0.2.6-r3.ebuild
index e32f503d307b..f428d22d614f 100644
--- a/app-i18n/zhcon/zhcon-0.2.6-r3.ebuild
+++ b/app-i18n/zhcon/zhcon-0.2.6-r3.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
+WANT_AUTOMAKE="1.9"
-inherit autotools
+inherit autotools eutils
MY_P="${P/6/5}"
@@ -35,13 +36,11 @@ PATCHES=(
)
src_prepare() {
- eapply "${WORKDIR}"/zhcon-0.2.5-to-0.2.6.diff
+ epatch "${DISTDIR}"/zhcon-0.2.5-to-0.2.6.diff.gz
default
for f in $(grep -lir HAVE_GGI_LIB *); do
sed -i -e "s/HAVE_GGI_LIB/HAVE_LIBGGI/" "${f}" || die "sed failed"
done
- # Required for newer automake
- touch config.rpath || die
eautoreconf
}