diff options
author | Sam James <sam@gentoo.org> | 2021-10-14 18:23:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-14 18:24:14 +0100 |
commit | a985aa72ccb8171fcc09e2cbbe18c7d284aebd04 (patch) | |
tree | 6dbcbd294145499a70628a5a77a549b613d40d99 /x11-terms | |
parent | x11-terms/st: backport locale crash fix (diff) | |
download | gentoo-a985aa72ccb8171fcc09e2cbbe18c7d284aebd04.tar.gz gentoo-a985aa72ccb8171fcc09e2cbbe18c7d284aebd04.tar.bz2 gentoo-a985aa72ccb8171fcc09e2cbbe18c7d284aebd04.zip |
x11-terms/st: minor modernisation in 0.8.4-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/st/st-0.8.4-r1.ebuild | 7 | ||||
-rw-r--r-- | 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 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 |