summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/lilyterm/lilyterm-99999.ebuild')
-rw-r--r--x11-terms/lilyterm/lilyterm-99999.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-terms/lilyterm/lilyterm-99999.ebuild b/x11-terms/lilyterm/lilyterm-99999.ebuild
index 402106af6658..21280cce5b43 100644
--- a/x11-terms/lilyterm/lilyterm-99999.ebuild
+++ b/x11-terms/lilyterm/lilyterm-99999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-inherit git-r3
+inherit autotools git-r3
DESCRIPTION="a terminal emulator based off of libvte that aims to be fast and lightweight"
HOMEPAGE="https://lilyterm.luna.com.tw"
@@ -13,7 +13,7 @@ LICENSE="GPL-3"
KEYWORDS=""
RDEPEND="
- x11-libs/vte:0
+ x11-libs/vte:2.91
"
DEPEND="
${RDEPEND}
@@ -23,9 +23,13 @@ DEPEND="
"
DOCS=( AUTHORS ChangeLog README TODO )
+PATCHES=(
+ "${FILESDIR}"/${PN}-99999-autogen.patch
+)
src_prepare() {
default
./autogen.sh || die
+ eautoreconf
}