diff options
author | Markus Meier <maekke@gentoo.org> | 2014-10-23 19:30:00 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-10-23 19:30:00 +0000 |
commit | 6a139b84df1df91a4cc10d29fd15e373a4b78dd0 (patch) | |
tree | 1b5bbdabd0140e61695e3c8c678605881c2e8975 /app-crypt | |
parent | arm stable, bug #525504 (diff) | |
download | gentoo-2-6a139b84df1df91a4cc10d29fd15e373a4b78dd0.tar.gz gentoo-2-6a139b84df1df91a4cc10d29fd15e373a4b78dd0.tar.bz2 gentoo-2-6a139b84df1df91a4cc10d29fd15e373a4b78dd0.zip |
arm stable, bug #524820
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/shash/ChangeLog | 5 | ||||
-rw-r--r-- | app-crypt/shash/shash-0.2.6-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-crypt/shash/ChangeLog b/app-crypt/shash/ChangeLog index 3267cda3b367..1c1ef982dea4 100644 --- a/app-crypt/shash/ChangeLog +++ b/app-crypt/shash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-crypt/shash # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/ChangeLog,v 1.29 2014/10/23 18:44:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/ChangeLog,v 1.30 2014/10/23 19:30:00 maekke Exp $ + + 23 Oct 2014; Markus Meier <maekke@gentoo.org> shash-0.2.6-r2.ebuild: + arm stable, bug #524820 23 Oct 2014; Jeroen Roovers <jer@gentoo.org> shash-0.2.6-r2.ebuild: Stable for HPPA (bug #524820). diff --git a/app-crypt/shash/shash-0.2.6-r2.ebuild b/app-crypt/shash/shash-0.2.6-r2.ebuild index a1ba4f4b5a1f..153c64db3733 100644 --- a/app-crypt/shash/shash-0.2.6-r2.ebuild +++ b/app-crypt/shash/shash-0.2.6-r2.ebuild @@ -1,6 +1,6 @@ # 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-r2.ebuild,v 1.2 2014/10/23 18:44:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/shash/shash-0.2.6-r2.ebuild,v 1.3 2014/10/23 19:30:00 maekke Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="ftp://mcrypt.hellug.gr/pub/mcrypt/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -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" +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" |