diff options
author | 2017-06-04 16:09:34 +0100 | |
---|---|---|
committer | 2017-06-04 16:09:34 +0100 | |
commit | 90e1ea207aa2fcc57036baee60233369e4a9eb7a (patch) | |
tree | c15ef6a01378b0f778c6cb07d06cc8d1440e0fb0 | |
parent | games-board/infector: Bump EAPI (diff) | |
download | betagarden-90e1ea207aa2fcc57036baee60233369e4a9eb7a.tar.gz betagarden-90e1ea207aa2fcc57036baee60233369e4a9eb7a.tar.bz2 betagarden-90e1ea207aa2fcc57036baee60233369e4a9eb7a.zip |
sys-apps/findpat: Bump EAPI
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | sys-apps/findpat/findpat-1.0.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/sys-apps/findpat/findpat-1.0.ebuild b/sys-apps/findpat/findpat-1.0.ebuild index d046310..4f57278 100644 --- a/sys-apps/findpat/findpat-1.0.ebuild +++ b/sys-apps/findpat/findpat-1.0.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -DESCRIPTION="Easy to use frontend to find" +EAPI=6 +DESCRIPTION="Easy to use frontend to find" HOMEPAGE="http://blog.hartwork.org/?p=272" SRC_URI="http://www.hartwork.org/public/${P}.tar.bz2" @@ -10,10 +11,3 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~x86" IUSE="" - -RDEPEND="" -DEPEND="" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} |