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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B409B158086 for ; Thu, 14 Oct 2021 17:24:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14CFAE085E; Thu, 14 Oct 2021 17:24:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF32BE085E for ; Thu, 14 Oct 2021 17:24:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1CFB4343579 for ; Thu, 14 Oct 2021 17:24:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A564D0 for ; Thu, 14 Oct 2021 17:24:24 +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: <1634232254.a985aa72ccb8171fcc09e2cbbe18c7d284aebd04.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/st/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/st/st-0.8.4-r1.ebuild x11-terms/st/st-9999.ebuild X-VCS-Directories: x11-terms/st/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a985aa72ccb8171fcc09e2cbbe18c7d284aebd04 X-VCS-Branch: master Date: Thu, 14 Oct 2021 17:24:24 +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: 004148e7-cd69-44b4-978b-7384e2322221 X-Archives-Hash: 4ff67dfd5307f894f24aaf1d1331caa0 commit: a985aa72ccb8171fcc09e2cbbe18c7d284aebd04 Author: Sam James gentoo org> AuthorDate: Thu Oct 14 17:23:28 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 14 17:24:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a985aa72 x11-terms/st: minor modernisation in 0.8.4-r1 Signed-off-by: Sam James gentoo.org> x11-terms/st/st-0.8.4-r1.ebuild | 7 ++++--- x11-terms/st/st-9999.ebuild | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/x11-terms/st/st-0.8.4-r1.ebuild b/x11-terms/st/st-0.8.4-r1.ebuild index 0b7788ee576..9ce9140045a 100644 --- a/x11-terms/st/st-0.8.4-r1.ebuild +++ b/x11-terms/st/st-0.8.4-r1.ebuild @@ -2,9 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop multilib savedconfig toolchain-funcs -DESCRIPTION="simple terminal implementation for X" +inherit desktop savedconfig toolchain-funcs + +DESCRIPTION="Simple terminal implementation for X" HOMEPAGE="https://st.suckless.org/" SRC_URI="https://dl.suckless.org/st/${P}.tar.gz" @@ -21,9 +22,9 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - virtual/pkgconfig x11-base/xorg-proto " +BDEPEND="virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-locale-musl-segfault.patch diff --git a/x11-terms/st/st-9999.ebuild b/x11-terms/st/st-9999.ebuild index aeafbd94f11..295422f8857 100644 --- a/x11-terms/st/st-9999.ebuild +++ b/x11-terms/st/st-9999.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop git-r3 multilib savedconfig toolchain-funcs + +inherit desktop git-r3 savedconfig toolchain-funcs DESCRIPTION="simple terminal implementation for X" HOMEPAGE="https://st.suckless.org/" @@ -21,9 +22,9 @@ RDEPEND=" " DEPEND=" ${RDEPEND} - virtual/pkgconfig x11-base/xorg-proto " +BDEPEND="virtual/pkgconfig" src_prepare() { default