summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/jed')
-rw-r--r--app-editors/jed/jed-0.99.19-r1.ebuild4
-rw-r--r--app-editors/jed/metadata.xml5
2 files changed, 6 insertions, 3 deletions
diff --git a/app-editors/jed/jed-0.99.19-r1.ebuild b/app-editors/jed/jed-0.99.19-r1.ebuild
index 2eef627357ee..8b113486d5e2 100644
--- a/app-editors/jed/jed-0.99.19-r1.ebuild
+++ b/app-editors/jed/jed-0.99.19-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -40,7 +40,7 @@ src_prepare() {
src_configure() {
econf \
$(use_enable gpm) \
- $(use_enable xft) \
+ $(usex gui $(use_enable xft) --disable-xft) \
JED_ROOT="${EPREFIX}"/usr/share/jed
}
diff --git a/app-editors/jed/metadata.xml b/app-editors/jed/metadata.xml
index a3f50195b266..a66165354832 100644
--- a/app-editors/jed/metadata.xml
+++ b/app-editors/jed/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>emacs@gentoo.org</email>
@@ -12,4 +12,7 @@
Jed has a multitude of programming modes and couples with the Slang library
for powerful extensions.
</longdescription>
+<upstream>
+ <remote-id type="github">jedsoft/jed</remote-id>
+</upstream>
</pkgmetadata>