summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2004-01-30 07:20:57 +0000
committerDaniel Robbins <drobbins@gentoo.org>2004-01-30 07:20:57 +0000
commitc003fe364436477200bf21aa7c35c369c6948392 (patch)
tree5d64a3b1aea00e626225a2866d4a90fd80d0e764 /sys-apps/systrace
parentautoconf and dep fix (RDEPEND referenced before definition) (Manifest recommit) (diff)
downloadgentoo-2-c003fe364436477200bf21aa7c35c369c6948392.tar.gz
gentoo-2-c003fe364436477200bf21aa7c35c369c6948392.tar.bz2
gentoo-2-c003fe364436477200bf21aa7c35c369c6948392.zip
autoconf fix
Diffstat (limited to 'sys-apps/systrace')
-rw-r--r--sys-apps/systrace/systrace-1.0-r4.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/systrace/systrace-1.0-r4.ebuild b/sys-apps/systrace/systrace-1.0-r4.ebuild
index 640ca080a6a5..772e2a4f48bc 100644
--- a/sys-apps/systrace/systrace-1.0-r4.ebuild
+++ b/sys-apps/systrace/systrace-1.0-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/systrace/systrace-1.0-r4.ebuild,v 1.5 2004/01/26 01:08:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systrace/systrace-1.0-r4.ebuild,v 1.6 2004/01/30 07:20:57 drobbins Exp $
DESCRIPTION="Systrace userland binary"
HOMEPAGE="http://www.systrace.org/"
@@ -11,8 +11,10 @@ SLOT="0"
KEYWORDS="~x86"
IUSE="gtk"
-DEPEND="dev-libs/libevent
+RDEPEND="dev-libs/libevent
gtk? ( =x11-libs/gtk+-1.2* =dev-libs/glib-1.2* )"
+DEPEND="$RDEPEND
+ >=sys-devel/autoconf-2.58"
pkg_setup() {
if ! [ -f ${ROOT}/usr/include/linux/systrace.h ] ;