From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70F3915817D for ; Sun, 23 Jun 2024 02:29:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DC3FE2B26; Sun, 23 Jun 2024 02:29:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A758E2B26 for ; Sun, 23 Jun 2024 02:29:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC672340DE6 for ; Sun, 23 Jun 2024 02:29:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 133751BEC for ; Sun, 23 Jun 2024 02:29:14 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1719109722.12b0bde2e18d53ec88da248ef24d03db13ae6afc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/unixtop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild X-VCS-Directories: sys-process/unixtop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 12b0bde2e18d53ec88da248ef24d03db13ae6afc X-VCS-Branch: master Date: Sun, 23 Jun 2024 02:29:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5fba59e0-6438-4d6f-92b8-55d28090a7f6 X-Archives-Hash: 72ed2369166e79f4108d9ae5d2f07845 commit: 12b0bde2e18d53ec88da248ef24d03db13ae6afc Author: Sam James gentoo org> AuthorDate: Sun Jun 23 02:28:09 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 23 02:28:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b0bde2 sys-process/unixtop: EAPI 8 Signed-off-by: Sam James gentoo.org> ...unixtop-3.8_beta1-r3.ebuild => unixtop-3.8_beta1-r4.ebuild} | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild b/sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild similarity index 93% rename from sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild rename to sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild index 53abe59a5b51..22abf047614d 100644 --- a/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild +++ b/sys-process/unixtop/unixtop-3.8_beta1-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit autotools @@ -14,9 +14,11 @@ SLOT="0" KEYWORDS="~amd64-linux ~x64-solaris" IUSE="" -RDEPEND="sys-libs/ncurses" -DEPEND="${RDEPEND} - !sys-process/procps" +DEPEND="sys-libs/ncurses:=" +RDEPEND=" + ${RDEPEND} + !sys-process/procps +" S=${WORKDIR}/top-${PV/_/}