diff options
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 |