diff options
Diffstat (limited to 'dev-util/diffstat/diffstat-1.29.ebuild')
-rw-r--r-- | dev-util/diffstat/diffstat-1.29.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/diffstat/diffstat-1.29.ebuild b/dev-util/diffstat/diffstat-1.29.ebuild index f86e0b5dbf10..676900e6832b 100644 --- a/dev-util/diffstat/diffstat-1.29.ebuild +++ b/dev-util/diffstat/diffstat-1.29.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.29.ebuild,v 1.5 2002/10/04 20:58:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.29.ebuild,v 1.6 2002/12/09 04:21:14 manson Exp $ S=${WORKDIR}/${P} DESCRIPTION="diffstat reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file" @@ -9,7 +9,7 @@ HOMEPAGE="http://dickey.his.com/diffstat/diffstat.html" SLOT="0" LICENSE="as-is" -KEYWORDS="x86 sparc sparc64" +KEYWORDS="x86 sparc " DEPEND="sys-apps/diffutils" |