From a985aa72ccb8171fcc09e2cbbe18c7d284aebd04 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 14 Oct 2021 18:23:28 +0100 Subject: x11-terms/st: minor modernisation in 0.8.4-r1 Signed-off-by: Sam James --- x11-terms/st/st-0.8.4-r1.ebuild | 7 ++++--- x11-terms/st/st-9999.ebuild | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'x11-terms') diff --git a/x11-terms/st/st-0.8.4-r1.ebuild b/x11-terms/st/st-0.8.4-r1.ebuild index 0b7788ee5761..9ce9140045af 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 aeafbd94f115..295422f88576 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 -- cgit v1.2.3-65-gdbad