diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-05-15 22:13:15 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-05-15 22:14:58 +0200 |
commit | 1a99d25ed71ca51eec9c44ae84590381ec8308e8 (patch) | |
tree | 3ca10762a491c25bf4d49a8f0968d519c5de7e70 /x11-libs/motif | |
parent | sys-libs/db: Added ~mips to KEYWORDS (diff) | |
download | gentoo-1a99d25ed71ca51eec9c44ae84590381ec8308e8.tar.gz gentoo-1a99d25ed71ca51eec9c44ae84590381ec8308e8.tar.bz2 gentoo-1a99d25ed71ca51eec9c44ae84590381ec8308e8.zip |
x11-libs/motif: EAPI 7 bump
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'x11-libs/motif')
-rw-r--r-- | x11-libs/motif/motif-2.3.8-r2.ebuild (renamed from x11-libs/motif/motif-2.3.8-r1.ebuild) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-libs/motif/motif-2.3.8-r1.ebuild b/x11-libs/motif/motif-2.3.8-r2.ebuild index c93bbbd119e8..6e1c40835654 100644 --- a/x11-libs/motif/motif-2.3.8-r1.ebuild +++ b/x11-libs/motif/motif-2.3.8-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit autotools flag-o-matic multilib toolchain-funcs multilib-minimal @@ -29,11 +29,12 @@ RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} - sys-devel/flex - dev-util/byacc x11-base/xorg-proto x11-misc/xbitmaps" +BDEPEND="sys-devel/flex + dev-util/byacc" + src_prepare() { eapply ../patch eapply_user @@ -102,7 +103,7 @@ multilib_src_install_all() { newins "${FILESDIR}"/Mwm.defaults Mwm # cleanup - rm -rf "${ED}"/usr/share/Xm + rm -rf "${ED}"/usr/share/Xm || die find "${D}" -type f -name "*.la" -delete || die dodoc BUGREPORT ChangeLog README RELEASE RELNOTES TODO |