summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps')
-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
-}