sys-apps/aix-miscutils: bump to EAPI=6

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Fabian Groffen
2017-04-14 09:26:51 +02:00
parent b4d7e82f47
commit 0c6cdeb421

View File

@@ -1,15 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Miscellaneous helpers for AIX (currently just ldd)"
HOMEPAGE="https://www.gentoo.org/proj/en/gentoo-alt/prefix/"
HOMEPAGE="https://prefix.gentoo.org"
SRC_URI="https://dev.gentoo.org/~haubi/distfiles/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc-aix"
IUSE=""
src_install() {
emake DESTDIR="${D}" install || die
}