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-admin/lib_users/
Date: Sat, 27 Apr 2019 16:03:45
Message-Id: 1556380963.16f8d49d508f5692a093bc5e4c0ae4e4a6680bd7.slyfox@gentoo
1 commit: 16f8d49d508f5692a093bc5e4c0ae4e4a6680bd7
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 27 16:02:43 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 27 16:02:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f8d49d
7
8 app-admin/lib_users: stable 0.13 for ppc, bug #684106
9
10 Package-Manager: Portage-2.3.65, Repoman-2.3.12
11 RepoMan-Options: --include-arches="ppc"
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 app-admin/lib_users/lib_users-0.13.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-admin/lib_users/lib_users-0.13.ebuild b/app-admin/lib_users/lib_users-0.13.ebuild
18 index a8366606b69..18fdfe67cbf 100644
19 --- a/app-admin/lib_users/lib_users-0.13.ebuild
20 +++ b/app-admin/lib_users/lib_users-0.13.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/klausman/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
22
23 LICENSE="GPL-2"
24 SLOT="0"
25 -KEYWORDS="alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
26 +KEYWORDS="alpha amd64 ~arm ~hppa ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
27 IUSE="test"
28
29 REQUIRED_USE="${PYTHON_REQUIRED_USE}"