diff options
Diffstat (limited to 'media-gfx/autopano-sift-C/autopano-sift-C-2.5.1.ebuild')
-rw-r--r-- | media-gfx/autopano-sift-C/autopano-sift-C-2.5.1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1.ebuild b/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1.ebuild index 86f58e7e9b8e..311bb30b7b86 100644 --- a/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1.ebuild +++ b/media-gfx/autopano-sift-C/autopano-sift-C-2.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -24,7 +24,4 @@ RDEPEND="!media-gfx/autopano-sift virtual/jpeg:0" DEPEND="${RDEPEND}" -src_prepare() { - epatch "${FILESDIR}"/${P}-lm.patch - epatch_user -} +PATCHES=( "${FILESDIR}"/${P}-lm.patch ) |