diff options
author | 2002-10-20 18:50:48 +0000 | |
---|---|---|
committer | 2002-10-20 18:50:48 +0000 | |
commit | 1efb092d9571edb0121c4a5d4040c890856f45f8 (patch) | |
tree | 68187e36f8bd2d90aa67700857cac64e6e9836af /dev-util/strace | |
parent | Remove rdepend=depend (diff) | |
download | gentoo-2-1efb092d9571edb0121c4a5d4040c890856f45f8.tar.gz gentoo-2-1efb092d9571edb0121c4a5d4040c890856f45f8.tar.bz2 gentoo-2-1efb092d9571edb0121c4a5d4040c890856f45f8.zip |
Remove rdepend=depend
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/strace-4.4.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/strace/strace-4.4.ebuild b/dev-util/strace/strace-4.4.ebuild index 6ddcbe82a287..635a016a8aec 100644 --- a/dev-util/strace/strace-4.4.ebuild +++ b/dev-util/strace/strace-4.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.ebuild,v 1.10 2002/10/04 05:32:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.ebuild,v 1.11 2002/10/20 18:48:04 vapier Exp $ # NOTE: For some reason, upstream has changed the naming scheme # for the tarballs to something quite lame: @@ -22,7 +22,6 @@ LICENSE="as-is" KEYWORDS="x86 ppc sparc sparc64 alpha" DEPEND="virtual/glibc sys-devel/autoconf" -RDEPEND="${DEPEND}" src_compile() { # Compile fails with -O3 on sparc64 but works on x86, sparc untested |