diff options
author | 2003-03-23 19:20:39 +0000 | |
---|---|---|
committer | 2003-03-23 19:20:39 +0000 | |
commit | 7d649f308d83653678f5f8c2e005c7db832de0aa (patch) | |
tree | f5511157a38417f71a917420202f4eaed0f1c31c /dev-util | |
parent | added selinux support (diff) | |
download | gentoo-2-7d649f308d83653678f5f8c2e005c7db832de0aa.tar.gz gentoo-2-7d649f308d83653678f5f8c2e005c7db832de0aa.tar.bz2 gentoo-2-7d649f308d83653678f5f8c2e005c7db832de0aa.zip |
fixed selinux dep
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/strace/strace-4.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/strace/strace-4.4-r1.ebuild b/dev-util/strace/strace-4.4-r1.ebuild index cefba5755871..ae2070e3fc81 100644 --- a/dev-util/strace/strace-4.4-r1.ebuild +++ b/dev-util/strace/strace-4.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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-r1.ebuild,v 1.6 2003/03/23 19:16:45 method Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4-r1.ebuild,v 1.7 2003/03/23 19:20:39 method Exp $ # NOTE: For some reason, upstream has changed the naming scheme # for the tarballs to something quite lame: @@ -25,7 +25,7 @@ inherit eutils DEPEND="virtual/glibc sys-devel/autoconf - selinux? ( >=sys-apps/selinux-small )" + selinux? ( sys-apps/selinux-small )" src_unpack() { unpack ${A} |