summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2019-08-17 20:23:00 +0200
committerUlrich Müller <ulm@gentoo.org>2019-08-17 20:23:00 +0200
commit2da9fc3ec55b20b7a2ab014ad319b4f1991478dd (patch)
tree7ba9d6b23d4a3a51c33da0d1548553b2e8add7e4 /app-editors/uemacs-pk
parentapp-editors/emacs: Fix support for >=media-gfx/imagemagick-7. (diff)
downloademacs-2da9fc3ec55b20b7a2ab014ad319b4f1991478dd.tar.gz
emacs-2da9fc3ec55b20b7a2ab014ad319b4f1991478dd.tar.bz2
emacs-2da9fc3ec55b20b7a2ab014ad319b4f1991478dd.zip
app-editors/uemacs-pk: Sync from gentoo repo.
Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors/uemacs-pk')
-rw-r--r--app-editors/uemacs-pk/uemacs-pk-9999.ebuild15
1 files changed, 6 insertions, 9 deletions
diff --git a/app-editors/uemacs-pk/uemacs-pk-9999.ebuild b/app-editors/uemacs-pk/uemacs-pk-9999.ebuild
index 07e047d..6094b2d 100644
--- a/app-editors/uemacs-pk/uemacs-pk-9999.ebuild
+++ b/app-editors/uemacs-pk/uemacs-pk-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
EGIT_REPO_URI="https://git.kernel.org/pub/scm/editors/uemacs/uemacs.git"
EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
@@ -14,14 +14,11 @@ HOMEPAGE="https://git.kernel.org/?p=editors/uemacs/uemacs.git;a=summary
LICENSE="free-noncomm"
SLOT="0"
-S="${WORKDIR}/${PN}"
-
-DEPEND="sys-libs/ncurses:0"
-RDEPEND="${DEPEND}"
+RDEPEND="sys-libs/ncurses:0="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
-src_prepare() {
- sed -i -e "s:/usr/lib/:/usr/share/${PN}/:" epath.h || die
-}
+S="${WORKDIR}/${PN}"
src_compile() {
emake V=1 \