diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 14:28:13 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 14:28:13 +0000 |
commit | 952da3a1fff95e3dcf1bcdcb2ca9d69e1d290d03 (patch) | |
tree | 5065518b8a3d585f3922c216f32452cdd5ce9aba /dev-util/strace/strace-4.4.94.ebuild | |
parent | changelog fixes (diff) | |
download | gentoo-2-952da3a1fff95e3dcf1bcdcb2ca9d69e1d290d03.tar.gz gentoo-2-952da3a1fff95e3dcf1bcdcb2ca9d69e1d290d03.tar.bz2 gentoo-2-952da3a1fff95e3dcf1bcdcb2ca9d69e1d290d03.zip |
unmasks
Diffstat (limited to 'dev-util/strace/strace-4.4.94.ebuild')
-rw-r--r-- | dev-util/strace/strace-4.4.94.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/strace/strace-4.4.94.ebuild b/dev-util/strace/strace-4.4.94.ebuild index 0802ae571fe0..ed11e1ab1973 100644 --- a/dev-util/strace/strace-4.4.94.ebuild +++ b/dev-util/strace/strace-4.4.94.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.94.ebuild,v 1.4 2003/06/13 07:27:55 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.4.94.ebuild,v 1.5 2003/07/12 14:28:13 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="A usefull diagnostic, instructional, and debugging tool" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.wi.leidenuniv.nl/~wichert/strace/" IUSE="" SLOT="0" LICENSE="as-is" -KEYWORDS="~x86 ~ppc ~sparc alpha ~hppa mips" +KEYWORDS="x86 ~ppc ~sparc alpha ~hppa mips" inherit flag-o-matic DEPEND="virtual/glibc >=sys-devel/autoconf-2.54" |