summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2017-05-01 10:47:13 -0400
committerAnthony G. Basile <blueness@gentoo.org>2017-05-01 10:47:13 -0400
commite8eeb488d53b68ca9977d73c92fc2f976b5abb6c (patch)
treee315976e41e48e8c51c4a5129e8d954594ebfd2a /sys-fs/eudev/eudev-4.9999.ebuild
parentsys-fs/eudev: fix bug #616628 (diff)
downloadgentoo-e8eeb488d53b68ca9977d73c92fc2f976b5abb6c.tar.gz
gentoo-e8eeb488d53b68ca9977d73c92fc2f976b5abb6c.tar.bz2
gentoo-e8eeb488d53b68ca9977d73c92fc2f976b5abb6c.zip
sys-fs/eudev: bump to EAPI=6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-fs/eudev/eudev-4.9999.ebuild')
-rw-r--r--sys-fs/eudev/eudev-4.9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/eudev/eudev-4.9999.ebuild b/sys-fs/eudev/eudev-4.9999.ebuild
index f508a58cca73..0f5b3af403fe 100644
--- a/sys-fs/eudev/eudev-4.9999.ebuild
+++ b/sys-fs/eudev/eudev-4.9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI="6"
KV_min=2.6.39
-inherit autotools eutils linux-info multilib multilib-minimal user
+inherit autotools linux-info multilib multilib-minimal user
if [[ ${PV} = 4.9999* ]]; then
EGIT_REPO_URI="git://github.com/gentoo/eudev.git"
@@ -90,7 +90,7 @@ src_prepare() {
sed -e 's/GROUP="dialout"/GROUP="uucp"/' -i rules/*.rules \
|| die "failed to change group dialout to uucp"
- epatch_user
+ eapply_user
eautoreconf
}