Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/tabbed/
Date: Sat, 17 Jul 2021 23:18:17
Message-Id: 1626563855.15cc2530e256e6114ced6c731709e532def5d7a0.sam@gentoo
1 commit: 15cc2530e256e6114ced6c731709e532def5d7a0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 17 23:17:35 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 17 23:17:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15cc2530
7
8 x11-misc/tabbed: Stabilize 0.6-r1 ppc64, #800212
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 x11-misc/tabbed/tabbed-0.6-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-misc/tabbed/tabbed-0.6-r1.ebuild b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
16 index c2e50914908..d03d6b60662 100644
17 --- a/x11-misc/tabbed/tabbed-0.6-r1.ebuild
18 +++ b/x11-misc/tabbed/tabbed-0.6-r1.ebuild
19 @@ -10,7 +10,7 @@ SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="amd64 arm64 ~ppc64 ~x86"
24 +KEYWORDS="amd64 arm64 ppc64 ~x86"
25 IUSE=""
26
27 RDEPEND="x11-libs/libX11"