commit:     a985aa72ccb8171fcc09e2cbbe18c7d284aebd04
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 14 17:23:28 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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

Reply via email to