Skip to content

Commit

Permalink
app-editors/jasspa-microemacs: EAPI 7 bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed May 15, 2021
1 parent 0d752f8 commit 9b644be
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 9b644be

Please sign in to comment.