diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-07-16 07:06:15 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-07-16 07:06:15 +0000 |
commit | fec96860973477b48e7541a4f5b085469afd3ead (patch) | |
tree | f278e8d1af3194175f9b9b89a376e20cef0c0aee /app-crypt/md5deep/md5deep-1.8.ebuild | |
parent | Version bump. (diff) | |
download | historical-fec96860973477b48e7541a4f5b085469afd3ead.tar.gz historical-fec96860973477b48e7541a4f5b085469afd3ead.tar.bz2 historical-fec96860973477b48e7541a4f5b085469afd3ead.zip |
version bump. changed CFLAGS replacement during make. stable bumped 1.8 for x86. (#124445)
Package-Manager: portage-2.1-r1
Diffstat (limited to 'app-crypt/md5deep/md5deep-1.8.ebuild')
-rw-r--r-- | app-crypt/md5deep/md5deep-1.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/md5deep/md5deep-1.8.ebuild b/app-crypt/md5deep/md5deep-1.8.ebuild index dd41555c943e..c317951d448b 100644 --- a/app-crypt/md5deep/md5deep-1.8.ebuild +++ b/app-crypt/md5deep/md5deep-1.8.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/md5deep/md5deep-1.8.ebuild,v 1.4 2005/12/31 12:32:27 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/md5deep/md5deep-1.8.ebuild,v 1.5 2006/07/16 07:06:15 liquidx Exp $ DESCRIPTION="Expanded md5sum program that has recursive and comparison options." HOMEPAGE="http://md5deep.sourceforge.net" SRC_URI="mirror://sourceforge/md5deep/${P}.tar.gz" LICENSE="freedist" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc ~sparc ~ppc-macos" +KEYWORDS="~amd64 ~ppc ~ppc-macos ~sparc x86" IUSE="" DEPEND="" |