summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2008-04-22 13:23:56 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2008-04-22 13:23:56 +0000
commit0a7e08b8ecce4b4b28f29ab9083b62e72f24434a (patch)
treed9462cd7144769fe707ec4d921dcbf3fc047186a /x11-terms/tilda/tilda-0.9.5.ebuild
parentextra tab (diff)
downloadhistorical-0a7e08b8ecce4b4b28f29ab9083b62e72f24434a.tar.gz
historical-0a7e08b8ecce4b4b28f29ab9083b62e72f24434a.tar.bz2
historical-0a7e08b8ecce4b4b28f29ab9083b62e72f24434a.zip
Move pkgconfig from RDEPEND to DEPEND and remove unused version.
Package-Manager: portage-2.1.5_rc5
Diffstat (limited to 'x11-terms/tilda/tilda-0.9.5.ebuild')
-rw-r--r--x11-terms/tilda/tilda-0.9.5.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/x11-terms/tilda/tilda-0.9.5.ebuild b/x11-terms/tilda/tilda-0.9.5.ebuild
index 2b71df0719fe..eb85b6c8091d 100644
--- a/x11-terms/tilda/tilda-0.9.5.ebuild
+++ b/x11-terms/tilda/tilda-0.9.5.ebuild
@@ -1,8 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.5.ebuild,v 1.4 2008/03/17 14:28:01 cla Exp $
-
-inherit eutils
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/tilda/tilda-0.9.5.ebuild,v 1.5 2008/04/22 13:23:56 drac Exp $
DESCRIPTION="A drop down terminal, similar to the consoles found in first person shooters"
HOMEPAGE="http://tilda.sourceforge.net"
@@ -13,12 +11,13 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-DEPEND="x11-libs/vte
+RDEPEND="x11-libs/vte
>=dev-libs/glib-2.8.4
- dev-libs/confuse
+ dev-libs/confuse"
+DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_install() {
- emake DESTDIR="${D}" install
+ emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog README TODO
}