summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarty E. Plummer <hanetzer@startmail.com>2018-04-20 04:29:42 -0500
committerDavid Seifert <soap@gentoo.org>2018-04-20 22:01:07 +0200
commit2cc029d9b4dca006df073864223f767b4a197841 (patch)
treee41026705a0480e7b502205d080f489754a3bf21 /x11-misc
parentsys-apps/udevil: epatch->PATCHES=() (diff)
downloadgentoo-2cc029d9b4dca006df073864223f767b4a197841.tar.gz
gentoo-2cc029d9b4dca006df073864223f767b4a197841.tar.bz2
gentoo-2cc029d9b4dca006df073864223f767b4a197841.zip
x11-misc/alock: epatch->PATCHES=()
Package-Manager: Portage-2.3.28, Repoman-2.3.9
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/alock/alock-1.0.0.ebuild17
1 files changed, 8 insertions, 9 deletions
diff --git a/x11-misc/alock/alock-1.0.0.ebuild b/x11-misc/alock/alock-1.0.0.ebuild
index cdbbba3dd5be..a0e77239d2d5 100644
--- a/x11-misc/alock/alock-1.0.0.ebuild
+++ b/x11-misc/alock/alock-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -25,14 +25,13 @@ DEPEND="x11-libs/libX11
doc? ( app-text/asciidoc )"
RDEPEND="${DEPEND}"
-src_prepare() {
- epatch "${FILESDIR}"/implicit_pointer_conversion_fix_amd64.patch
- epatch "${FILESDIR}"/check-setuid.patch
- epatch "${FILESDIR}"/tidy-printf.patch
- epatch "${FILESDIR}"/fix-aliasing.patch
- epatch "${FILESDIR}"/no-xf86misc.patch
- eapply_user
-}
+PATCHES=(
+ "${FILESDIR}"/implicit_pointer_conversion_fix_amd64.patch
+ "${FILESDIR}"/check-setuid.patch
+ "${FILESDIR}"/tidy-printf.patch
+ "${FILESDIR}"/fix-aliasing.patch
+ "${FILESDIR}"/no-xf86misc.patch
+)
src_configure() {
tc-export CC