Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luadbi/
Date: Wed, 21 Apr 2021 20:29:58
Message-Id: 1619036979.598f6272bab4151b4c34e053af1cb2caec90ae37.conikost@gentoo
1 commit: 598f6272bab4151b4c34e053af1cb2caec90ae37
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 21 20:23:54 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 21 20:29:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598f6272
7
8 dev-lua/luadbi: add ~ppc ~ppc64 keyword
9
10 Bug: https://bugs.gentoo.org/783423
11 Package-Manager: Portage-3.0.18, Repoman-3.0.3
12 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
13
14 dev-lua/luadbi/luadbi-0.7.2-r102.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-lua/luadbi/luadbi-0.7.2-r102.ebuild b/dev-lua/luadbi/luadbi-0.7.2-r102.ebuild
18 index 7e0a8cdd05c..4eeb7d93542 100644
19 --- a/dev-lua/luadbi/luadbi-0.7.2-r102.ebuild
20 +++ b/dev-lua/luadbi/luadbi-0.7.2-r102.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/mwild1/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
22
23 LICENSE="MIT"
24 SLOT="0"
25 -KEYWORDS="amd64 arm arm64 ~ia64 x86"
26 +KEYWORDS="amd64 arm arm64 ~ia64 ~ppc ~ppc64 x86"
27 IUSE="mysql postgres +sqlite test"
28 REQUIRED_USE="
29 ${LUA_REQUIRED_USE}