Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/picom/
Date: Fri, 06 Mar 2020 12:32:27
Message-Id: 1583497922.838895f5e2b37a36b240189394ed2fdb5d4977a9.ago@gentoo
1 commit: 838895f5e2b37a36b240189394ed2fdb5d4977a9
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 6 12:32:02 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 6 12:32:02 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=838895f5
7
8 x11-misc/picom: x86 stable wrt bug #711580
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 x11-misc/picom/picom-7.5-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-misc/picom/picom-7.5-r1.ebuild b/x11-misc/picom/picom-7.5-r1.ebuild
18 index f42286af735..b2473732a34 100644
19 --- a/x11-misc/picom/picom-7.5-r1.ebuild
20 +++ b/x11-misc/picom/picom-7.5-r1.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/yshui/picom/archive/v${PV}.tar.gz -> ${P}.tar.gz"
22
23 LICENSE="MPL-2.0 MIT"
24 SLOT="0"
25 -KEYWORDS="amd64 ~x86"
26 +KEYWORDS="amd64 x86"
27 IUSE="+config-file dbus +doc +drm opengl pcre"
28
29 REQUIRED_USE="${PYTHON_REQUIRED_USE}"