summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-04-14 09:26:51 +0200
committerFabian Groffen <grobian@gentoo.org>2017-04-14 09:28:55 +0200
commit0c6cdeb42147564f3e4aca603d170b785972aaaf (patch)
treeb558b8afb2bb52c961068fed76c893a1b510d428 /sys-apps/aix-miscutils
parentmedia-video/ffmpeg: Bump to 3.3 (diff)
downloadgentoo-0c6cdeb42147564f3e4aca603d170b785972aaaf.tar.gz
gentoo-0c6cdeb42147564f3e4aca603d170b785972aaaf.tar.bz2
gentoo-0c6cdeb42147564f3e4aca603d170b785972aaaf.zip
sys-apps/aix-miscutils: bump to EAPI=6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-apps/aix-miscutils')
-rw-r--r--sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild10
1 files 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 6be665e5a6d5..f41232735e06 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
-}