diff options
author | David Seifert <soap@gentoo.org> | 2017-10-15 19:09:08 -0700 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-10-15 19:46:19 -0700 |
commit | 787931c006c986fe75d8f0ee29948b206834329a (patch) | |
tree | b06da1c3bdbd623dcf45408ca5c49287bca3566c /media-gfx/autopano-sift-C | |
parent | dev-perl/CGI-Builder: Fix tests (diff) | |
download | gentoo-787931c006c986fe75d8f0ee29948b206834329a.tar.gz gentoo-787931c006c986fe75d8f0ee29948b206834329a.tar.bz2 gentoo-787931c006c986fe75d8f0ee29948b206834329a.zip |
media-gfx/autopano-sift-C: [QA] Add cmake-utils_src_prepare
Package-Manager: Portage-2.3.11, Repoman-2.3.3
Diffstat (limited to 'media-gfx/autopano-sift-C')
-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 ) |