summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-20 11:54:17 -0500
committerAnthony G. Basile <blueness@gentoo.org>2018-04-21 07:15:13 -0400
commit84c562000c3d887247baac3673f564ce7d4a7928 (patch)
tree3ee3b1b34531a589d6611ab4f5c2aec3ae9c1f5b /sys-apps/agedu/agedu-20180329.ebuild
parentnet-vpn/tinc: reworked UPSTREAM_VER to use eapply (diff)
downloadgentoo-84c562000c3d887247baac3673f564ce7d4a7928.tar.gz
gentoo-84c562000c3d887247baac3673f564ce7d4a7928.tar.bz2
gentoo-84c562000c3d887247baac3673f564ce7d4a7928.zip
sys-apps/agedu: epatch->PATCHES=()
Also dropped unneeded eutils eclass. Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'sys-apps/agedu/agedu-20180329.ebuild')
-rw-r--r--sys-apps/agedu/agedu-20180329.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/agedu/agedu-20180329.ebuild b/sys-apps/agedu/agedu-20180329.ebuild
index 72f7d0242506..24322243c5c3 100644
--- a/sys-apps/agedu/agedu-20180329.ebuild
+++ b/sys-apps/agedu/agedu-20180329.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="6"
+EAPI=6
inherit autotools eutils
@@ -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
}