Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/aml/
Date: Sat, 31 Dec 2022 13:02:44
Message-Id: 1672491748.f06d969ca0c8a17a569a2d9e7a327f303beed079.arthurzam@gentoo
1 commit: f06d969ca0c8a17a569a2d9e7a327f303beed079
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 13:02:28 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 13:02:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06d969c
7
8 dev-libs/aml: Keyword 0.2.2 ia64, #888185
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-libs/aml/aml-0.2.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/aml/aml-0.2.2.ebuild b/dev-libs/aml/aml-0.2.2.ebuild
16 index 38bd786dd4e5..5065891a44b1 100644
17 --- a/dev-libs/aml/aml-0.2.2.ebuild
18 +++ b/dev-libs/aml/aml-0.2.2.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
20 EGIT_REPO_URI="https://github.com/any1/aml.git"
21 else
22 SRC_URI="https://github.com/any1/aml/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
24 + KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~riscv ~x86"
25 fi
26
27 LICENSE="ISC"