commit: 0c6cdeb42147564f3e4aca603d170b785972aaaf Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Fri Apr 14 07:26:51 2017 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Fri Apr 14 07:28:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6cdeb4
sys-apps/aix-miscutils: bump to EAPI=6 Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild b/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild index 6be665e5a6d..f41232735e0 100644 --- a/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild +++ b/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild @@ -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 -}
