diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-07-30 13:31:45 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-08-05 10:05:18 +0300 |
commit | 20fb079f6c15aaa0a7ab2652229d899710037ed1 (patch) | |
tree | a5ca3c1fc6d3d68e0d96f95c9233e871bb528344 /sys-process | |
parent | sys-process/tiptop: drop 2.3.1_p4 (diff) | |
download | gentoo-20fb079f6c15aaa0a7ab2652229d899710037ed1.tar.gz gentoo-20fb079f6c15aaa0a7ab2652229d899710037ed1.tar.bz2 gentoo-20fb079f6c15aaa0a7ab2652229d899710037ed1.zip |
sys-process/top-apple: remove empty IUSE
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/top-apple/top-apple-73.ebuild | 6 |
1 files 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 |