Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ell/
Date: Thu, 02 May 2019 21:52:43
Message-Id: 1556833926.f71c057fac4c8bc005c87af99066ca8e4916ee69.zlogene@gentoo
1 commit: f71c057fac4c8bc005c87af99066ca8e4916ee69
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 2 21:52:06 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 21:52:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f71c057f
7
8 dev-libs/ell: Add ~alpha keyword wrt bug #683202
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12 RepoMan-Options: --include-arches="~alpha"
13
14 dev-libs/ell/ell-0.18.ebuild | 2 +-
15 dev-libs/ell/ell-0.19.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-libs/ell/ell-0.18.ebuild b/dev-libs/ell/ell-0.18.ebuild
19 index 2eeaed548a9..e067c9ec27f 100644
20 --- a/dev-libs/ell/ell-0.18.ebuild
21 +++ b/dev-libs/ell/ell-0.18.ebuild
22 @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then
23 EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git"
24 else
25 SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz"
26 - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
27 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
28 fi
29 LICENSE="LGPL-2.1"
30 SLOT="0"
31
32 diff --git a/dev-libs/ell/ell-0.19.ebuild b/dev-libs/ell/ell-0.19.ebuild
33 index 7cc62bc675e..75a8368f5c6 100644
34 --- a/dev-libs/ell/ell-0.19.ebuild
35 +++ b/dev-libs/ell/ell-0.19.ebuild
36 @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then
37 EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git"
38 else
39 SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz"
40 - KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
41 + KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~x86"
42 fi
43 LICENSE="LGPL-2.1"
44 SLOT="0"