diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-05-15 21:34:45 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-05-15 21:35:06 +0200 |
commit | 9b644be1b19b013584deff825d7b211ac1e135bc (patch) | |
tree | 02f694cc2cb669ade225f25eaffbf0a66b92f78a /app-editors/jasspa-microemacs | |
parent | app-editors/emact: EAPI 7 bump (diff) | |
download | gentoo-9b644be1b19b013584deff825d7b211ac1e135bc.tar.gz gentoo-9b644be1b19b013584deff825d7b211ac1e135bc.tar.bz2 gentoo-9b644be1b19b013584deff825d7b211ac1e135bc.zip |
app-editors/jasspa-microemacs: 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 'app-editors/jasspa-microemacs')
-rw-r--r-- | app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r4.ebuild (renamed from app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r4.ebuild index a2277979f14d..b6d09c14ac20 100644 --- a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r3.ebuild +++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit desktop toolchain-funcs xdg-utils @@ -13,6 +13,7 @@ SRC_URI="http://www.jasspa.com/release_20090909/jasspa-mesrc-${PV}.tar.gz http://www.jasspa.com/release_20090909/jasspa-memacros-${MACROS_PV}.tar.gz http://www.jasspa.com/release_20090909/jasspa-mehtml-${PV}.tar.gz http://www.jasspa.com/release_20060909/meicons-extra.tar.gz )" +S="${WORKDIR}/me${PV:2}" LICENSE="GPL-2+" SLOT="0" @@ -27,13 +28,13 @@ RDEPEND="sys-libs/ncurses:0= nanoemacs? ( !app-editors/ne )" DEPEND="${RDEPEND} - virtual/pkgconfig gui? ( x11-base/xorg-proto x11-libs/libXt )" -S="${WORKDIR}/me${PV:2}" +BDEPEND="virtual/pkgconfig" + PATCHES=( "${FILESDIR}"/${PV}-ncurses.patch "${FILESDIR}"/${PV}-linux3.patch |