diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 05:39:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 05:39:58 +0000 |
commit | c5a56492e0078664822a3ddbf99a32a34bc93f9c (patch) | |
tree | 75283f6c39079bd2964ee5b2c4233aae3c6e8b13 /app-crypt | |
parent | Add arm64 love. (diff) | |
download | gentoo-2-c5a56492e0078664822a3ddbf99a32a34bc93f9c.tar.gz gentoo-2-c5a56492e0078664822a3ddbf99a32a34bc93f9c.tar.bz2 gentoo-2-c5a56492e0078664822a3ddbf99a32a34bc93f9c.zip |
Add arm64 love.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/shash/ChangeLog | 8 | ||||
-rw-r--r-- | app-crypt/shash/shash-0.2.6-r1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/app-crypt/shash/ChangeLog b/app-crypt/shash/ChangeLog index 548fd5dc1fca..2e53abd444cd 100644 --- a/app-crypt/shash/ChangeLog +++ b/app-crypt/shash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/shash -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/ChangeLog,v 1.25 2012/05/04 11:10:25 aballier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/ChangeLog,v 1.26 2014/01/18 05:39:58 vapier Exp $ + + 18 Jan 2014; Mike Frysinger <vapier@gentoo.org> shash-0.2.6-r1.ebuild: + Add arm64 love. 04 May 2012; Alexis Ballier <aballier@gentoo.org> shash-0.2.6-r1.ebuild: keyword ~amd64-fbsd @@ -80,4 +83,3 @@ 20 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> shash-0.2.6.ebuild: initial commit, ebuild by Sven Wegener <sven.wegener@stealer.net>, bug #38108 - diff --git a/app-crypt/shash/shash-0.2.6-r1.ebuild b/app-crypt/shash/shash-0.2.6-r1.ebuild index 4c6d888ff5c7..f0a9faa8569b 100644 --- a/app-crypt/shash/shash-0.2.6-r1.ebuild +++ b/app-crypt/shash/shash-0.2.6-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6-r1.ebuild,v 1.24 2012/05/04 11:10:25 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6-r1.ebuild,v 1.25 2014/01/18 05:39:58 vapier Exp $ inherit bash-completion eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://mcrypt.hellug.gr/pub/mcrypt/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" IUSE="static" DEPEND=">=app-crypt/mhash-0.8.18-r1" |