Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/earlyoom/
Date: Thu, 17 Sep 2020 12:57:25
Message-Id: 1600347427.2f04b301ad20611de63d7f16a4ae18fc10e1b97e.pacho@gentoo
1 commit: 2f04b301ad20611de63d7f16a4ae18fc10e1b97e
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 17 12:57:07 2020 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 17 12:57:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f04b301
7
8 sys-apps/earlyoom: amd64 stable, bug #734776
9
10 Package-Manager: Portage-3.0.7, Repoman-3.0.1
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 sys-apps/earlyoom/earlyoom-1.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-apps/earlyoom/earlyoom-1.3.ebuild b/sys-apps/earlyoom/earlyoom-1.3.ebuild
17 index 14280ec0571..e92e2e965ce 100644
18 --- a/sys-apps/earlyoom/earlyoom-1.3.ebuild
19 +++ b/sys-apps/earlyoom/earlyoom-1.3.ebuild
20 @@ -15,7 +15,7 @@ if [ "${PV}" = "9999" ]; then
21 inherit git-r3
22 else
23 SRC_URI="https://github.com/rfjakob/earlyoom/archive/v$PV.tar.gz -> $P.tar.gz"
24 - KEYWORDS="~amd64 ~x86"
25 + KEYWORDS="amd64 ~x86"
26 fi
27 IUSE="docs systemd test"