diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-06 23:53:32 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-06 23:53:32 +0000 |
commit | ee72ae0c269d6fddcdbaec20829c859855c3dbc0 (patch) | |
tree | 812f3c9695760f48d021b0f2a49ab4ab8e048207 /dev-util | |
parent | mark stable; header fix (diff) | |
download | historical-ee72ae0c269d6fddcdbaec20829c859855c3dbc0.tar.gz historical-ee72ae0c269d6fddcdbaec20829c859855c3dbc0.tar.bz2 historical-ee72ae0c269d6fddcdbaec20829c859855c3dbc0.zip |
inherit eutils
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/strace/strace-4.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/strace/strace-4.5.1.ebuild b/dev-util/strace/strace-4.5.1.ebuild index 07210cdd8ec1..102603e12fe4 100644 --- a/dev-util/strace/strace-4.5.1.ebuild +++ b/dev-util/strace/strace-4.5.1.ebuild @@ -1,8 +1,8 @@ # 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.5.1.ebuild,v 1.5 2004/02/02 22:11:45 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.1.ebuild,v 1.6 2004/02/06 23:53:32 vapier Exp $ -inherit flag-o-matic +inherit flag-o-matic eutils DESCRIPTION="A useful diagnostic, instructional, and debugging tool" HOMEPAGE="http://www.wi.leidenuniv.nl/~wichert/strace/" |