diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-16 01:11:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-03-16 01:11:24 +0000 |
commit | a011d9b14cb48b8de54d3243cf6513aa82f6c6b3 (patch) | |
tree | 7d639f84c55611f69d1d11db1acecf33ff698ece /dev-util/strace/strace-4.5.20.ebuild | |
parent | Remove broken version. (diff) | |
download | gentoo-2-a011d9b14cb48b8de54d3243cf6513aa82f6c6b3.tar.gz gentoo-2-a011d9b14cb48b8de54d3243cf6513aa82f6c6b3.tar.bz2 gentoo-2-a011d9b14cb48b8de54d3243cf6513aa82f6c6b3.zip |
inherit eutils for epatch
Diffstat (limited to 'dev-util/strace/strace-4.5.20.ebuild')
-rw-r--r-- | dev-util/strace/strace-4.5.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/strace/strace-4.5.20.ebuild b/dev-util/strace/strace-4.5.20.ebuild index 853cde2a7c9a..694ce955f55b 100644 --- a/dev-util/strace/strace-4.5.20.ebuild +++ b/dev-util/strace/strace-4.5.20.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.9 2010/11/21 23:56:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/strace/strace-4.5.20.ebuild,v 1.10 2011/03/16 01:11:24 vapier Exp $ EAPI="2" -inherit flag-o-matic +inherit flag-o-matic eutils DESCRIPTION="A useful diagnostic, instructional, and debugging tool" HOMEPAGE="http://sourceforge.net/projects/strace/" |