commit: 20fb079f6c15aaa0a7ab2652229d899710037ed1 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Tue Jul 30 11:31:45 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Mon Aug 5 07:05:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20fb079f
sys-process/top-apple: remove empty IUSE Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sys-process/top-apple/top-apple-73.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-process/top-apple/top-apple-73.ebuild b/sys-process/top-apple/top-apple-73.ebuild index be0e8c1b0cec..6fe12d84b770 100644 --- a/sys-process/top-apple/top-apple-73.ebuild +++ b/sys-process/top-apple/top-apple-73.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,13 +10,11 @@ HOMEPAGE="http://www.opensource.apple.com/" SRC_URI=" http://www.opensource.apple.com/tarballs/top/top-${PV}.tar.gz http://www.opensource.apple.com/source/libutil/libutil-11/libutil.h?txt -> libutil-11-top-${PV}.h" +S="${WORKDIR}/top-${PV}" LICENSE="APSL-2 BSD" SLOT="0" KEYWORDS="~ppc-macos ~x64-macos" -IUSE="" - -S=${WORKDIR}/top-${PV} src_prepare() { # libutil.h header is missing at least on Leopard (10.5), the dylib just
