summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/tilda/tilda-0.9.6-r1.ebuild')
-rw-r--r--x11-terms/tilda/tilda-0.9.6-r1.ebuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/x11-terms/tilda/tilda-0.9.6-r1.ebuild b/x11-terms/tilda/tilda-0.9.6-r1.ebuild
index ed11fc466333..128a4518d15a 100644
--- a/x11-terms/tilda/tilda-0.9.6-r1.ebuild
+++ b/x11-terms/tilda/tilda-0.9.6-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-inherit autotools eutils
+inherit autotools
DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters"
HOMEPAGE="http://tilda.sourceforge.net"
@@ -21,11 +21,13 @@ RDEPEND="x11-libs/vte:0
DEPEND="${RDEPEND}
virtual/pkgconfig"
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-0.9.6-gdk_resources.patch
- epatch "${FILESDIR}"/${PN}-0.9.6-glib-single-include.patch
- epatch "${FILESDIR}"/${PN}-0.9.6-makefile.patch
- eapply_user
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.9.6-gdk_resources.patch
+ "${FILESDIR}"/${PN}-0.9.6-glib-single-include.patch
+ "${FILESDIR}"/${PN}-0.9.6-makefile.patch
+)
+src_prepare() {
+ default
eautoreconf
}