projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba90148
)
app-editors/emact: Update dependency on X headers.
author
Ulrich Müller
<ulm@gentoo.org>
Mon, 2 Apr 2018 14:02:58 +0000
(16:02 +0200)
committer
Ulrich Müller
<ulm@gentoo.org>
Mon, 2 Apr 2018 14:03:41 +0000
(16:03 +0200)
Package-Manager: Portage-2.3.27, Repoman-2.3.9
app-editors/emact/emact-2.58.0.ebuild
patch
|
blob
|
history
diff --git
a/app-editors/emact/emact-2.58.0.ebuild
b/app-editors/emact/emact-2.58.0.ebuild
index 8d8b17864ccd5ba8fca2dba9e930875430cf82e6..b2f3b4a4d8ff87ef5792e33f04e0198c351e2a50 100644
(file)
--- a/
app-editors/emact/emact-2.58.0.ebuild
+++ b/
app-editors/emact/emact-2.58.0.ebuild
@@
-12,9
+12,10
@@
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="X"
-DEPEND="sys-libs/ncurses:0=
+
R
DEPEND="sys-libs/ncurses:0=
X? ( x11-libs/libX11 )"
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+ X? ( x11-base/xorg-proto )"
src_configure() {
econf $(use_with X x)