Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/uam/
Date: Thu, 06 Sep 2018 21:23:05
Message-Id: 1536268953.51ea18273290b8c394fa113d70184459acbd07ec.mgorny@gentoo
1 commit: 51ea18273290b8c394fa113d70184459acbd07ec
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 6 20:56:41 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 6 21:22:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ea1827
7
8 sys-apps/uam: Copy stable keywords to the EAPI bump
9
10 sys-apps/uam/uam-0.3.2-r1.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/sys-apps/uam/uam-0.3.2-r1.ebuild b/sys-apps/uam/uam-0.3.2-r1.ebuild
14 index 409fc7f68e8..eddf29d0f8a 100644
15 --- a/sys-apps/uam/uam-0.3.2-r1.ebuild
16 +++ b/sys-apps/uam/uam-0.3.2-r1.ebuild
17 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/mgorny/uam/releases/download/${P}/${P}.tar.bz2"
18
19 LICENSE="BSD"
20 SLOT="0"
21 -KEYWORDS="~amd64 ~x86"
22 +KEYWORDS="amd64 x86"
23 IUSE=""
24
25 RDEPEND="virtual/udev"