From 5e8702bcbbed438e6c6cce023e7ef0cc9baa3e02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 22 Apr 2018 14:25:03 +0100 Subject: gentoo resync : 22.04.2018 --- sys-apps/udevil/udevil-0.4.4-r3.ebuild | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'sys-apps/udevil/udevil-0.4.4-r3.ebuild') diff --git a/sys-apps/udevil/udevil-0.4.4-r3.ebuild b/sys-apps/udevil/udevil-0.4.4-r3.ebuild index fc14c4677245..0dede83db0ee 100644 --- a/sys-apps/udevil/udevil-0.4.4-r3.ebuild +++ b/sys-apps/udevil/udevil-0.4.4-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils autotools user +inherit autotools user DESCRIPTION="mount and unmount removable devices without a password" HOMEPAGE="https://ignorantguru.github.com/udevil/" @@ -28,12 +28,15 @@ pkg_setup(){ enewgroup plugdev } -src_prepare() { +PATCHES=( # This works for 0.4.4 too, no sense copying the patch - epatch "${FILESDIR}"/${PN}-0.4.3-flags.patch - epatch "${FILESDIR}"/${P}-stat.patch - epatch "${FILESDIR}"/${P}-include-sysmacros-r1.patch - eapply_user + "${FILESDIR}"/${PN}-0.4.3-flags.patch + "${FILESDIR}"/${PN}-0.4.4-stat.patch + "${FILESDIR}"/${PN}-0.4.4-include-sysmacros.patch +) + +src_prepare() { + default eautoreconf } -- cgit v1.2.3