summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-16 17:26:39 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-16 17:26:39 +0000
commitaf04cdf053c955bf0e63940d4fa063149140ef13 (patch)
tree3662fc9ecf04b46b8ce402de848176c1715eddcf /dev-util
parentVersion bump, closes #44580. (diff)
downloadgentoo-2-af04cdf053c955bf0e63940d4fa063149140ef13.tar.gz
gentoo-2-af04cdf053c955bf0e63940d4fa063149140ef13.tar.bz2
gentoo-2-af04cdf053c955bf0e63940d4fa063149140ef13.zip
fix DEPEND/RDEPEND #44816
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/strace/strace-4.4.98.ebuild15
1 files changed, 8 insertions, 7 deletions
diff --git a/dev-util/strace/strace-4.4.98.ebuild b/dev-util/strace/strace-4.4.98.ebuild
index 1eb86c5b27d6..50f4debc3cf3 100644
--- a/dev-util/strace/strace-4.4.98.ebuild
+++ b/dev-util/strace/strace-4.4.98.ebuild
@@ -1,19 +1,20 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.98.ebuild,v 1.11 2004/02/02 22:11:45 plasmaroo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.98.ebuild,v 1.12 2004/03/16 17:23:50 vapier Exp $
+
+inherit flag-o-matic
DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-RESTRICT="nomirror"
HOMEPAGE="http://www.wi.leidenuniv.nl/~wichert/strace/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-IUSE="static"
-SLOT="0"
LICENSE="as-is"
+SLOT="0"
KEYWORDS="x86 ppc sparc ~alpha hppa mips amd64 ia64"
-inherit flag-o-matic
+IUSE="static"
-DEPEND="virtual/glibc
+RDEPEND="virtual/glibc"
+DEPEND="${RDEPEND}
>=sys-devel/autoconf-2.54"
src_compile() {