summaryrefslogtreecommitdiff
path: root/sys-apps/agedu/agedu-20180302.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/agedu/agedu-20180302.ebuild')
-rw-r--r--sys-apps/agedu/agedu-20180302.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/agedu/agedu-20180302.ebuild b/sys-apps/agedu/agedu-20180302.ebuild
index 8aeb20dc9846..ced64253757b 100644
--- a/sys-apps/agedu/agedu-20180302.ebuild
+++ b/sys-apps/agedu/agedu-20180302.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=6
-inherit autotools eutils
+inherit autotools
# agedu-20151213.59b0ed3.ebuild is not a legitimate name
# so we'll drop versionator and just set MY_P manually.
@@ -21,9 +21,12 @@ IUSE="doc ipv6"
DEPEND="doc? ( app-doc/halibut )"
+PATCHES=(
+ "${FILESDIR}/${PN}-r9671-fix-automagic.patch"
+)
+
src_prepare() {
- epatch "${FILESDIR}/${PN}-r9671-fix-automagic.patch"
- eapply_user
+ default
eautoreconf
}