diff options
author | 2004-07-14 23:26:34 +0000 | |
---|---|---|
committer | 2004-07-14 23:26:34 +0000 | |
commit | 2ee7f8c4a23181eba570b8d005a46b74d0d2845d (patch) | |
tree | 56829f090b5debf4c32ec1f3946d6e5ace0e5349 /dev-util | |
parent | inherit eutils (diff) | |
download | historical-2ee7f8c4a23181eba570b8d005a46b74d0d2845d.tar.gz historical-2ee7f8c4a23181eba570b8d005a46b74d0d2845d.tar.bz2 historical-2ee7f8c4a23181eba570b8d005a46b74d0d2845d.zip |
sync IUSE (missing), trim trailing whitespace
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/examiner/examiner-0.5.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-util/examiner/examiner-0.5.ebuild b/dev-util/examiner/examiner-0.5.ebuild index a801a09165d1..1dbffdf95ff9 100644 --- a/dev-util/examiner/examiner-0.5.ebuild +++ b/dev-util/examiner/examiner-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/examiner/examiner-0.5.ebuild,v 1.8 2004/06/25 02:31:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/examiner/examiner-0.5.ebuild,v 1.9 2004/07/14 23:26:34 agriffis Exp $ DESCRIPTION="Examiner is an application that utilizes the objdump command to disassemble and comment foreign executable binaries" HOMEPAGE="http://www.academicunderground.org/examiner/" @@ -8,6 +8,7 @@ SRC_URI="http://www.academicunderground.org/examiner/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~ppc" +IUSE="" DEPEND="dev-lang/perl" @@ -22,5 +23,3 @@ src_install() { gzip ${D}/usr/share/doc/examiner-0.5/utils/* } - - |