Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libscrypt/
Date: Sat, 14 Oct 2017 20:33:35
Message-Id: 1508013155.27122bbacf9acb617e9d2facb6501e21dfa807ae.slyfox@gentoo
1 commit: 27122bbacf9acb617e9d2facb6501e21dfa807ae
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 14 20:32:35 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 14 20:32:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27122bba
7
8 app-crypt/libscrypt: stable 1.21 for ppc, bug #623388 (thanks to ernsteiswuerfel)
9
10 Package-Manager: Portage-2.3.10, Repoman-2.3.3
11 RepoMan-Options: --include-arches="ppc"
12
13 app-crypt/libscrypt/libscrypt-1.21.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-crypt/libscrypt/libscrypt-1.21.ebuild b/app-crypt/libscrypt/libscrypt-1.21.ebuild
17 index 62eb7435c9c..bd109f48244 100644
18 --- a/app-crypt/libscrypt/libscrypt-1.21.ebuild
19 +++ b/app-crypt/libscrypt/libscrypt-1.21.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/technion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21
22 LICENSE="BSD-2"
23 SLOT="0"
24 -KEYWORDS="amd64 arm ~mips ~ppc ~ppc64 ~sparc x86"
25 +KEYWORDS="amd64 arm ~mips ppc ~ppc64 ~sparc x86"
26 IUSE=""
27
28 DEPEND=""