Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/yudit/
Date: Fri, 17 Mar 2023 17:22:15
Message-Id: 1679073702.87ed9b4d90f812332e831bc903b645b552ae32ec.sam@gentoo
1 commit: 87ed9b4d90f812332e831bc903b645b552ae32ec
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 17:21:42 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 17:21:42 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87ed9b4d
7
8 app-editors/yudit: Stabilize 3.1.0 x86, #901955
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-editors/yudit/yudit-3.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-editors/yudit/yudit-3.1.0.ebuild b/app-editors/yudit/yudit-3.1.0.ebuild
16 index a519e76ffdd0..d8a33c321865 100644
17 --- a/app-editors/yudit/yudit-3.1.0.ebuild
18 +++ b/app-editors/yudit/yudit-3.1.0.ebuild
19 @@ -9,7 +9,7 @@ SRC_URI="https://yudit.org/download/${P}.tar.gz"
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25
26 RDEPEND="x11-libs/libX11"
27 DEPEND="${RDEPEND}"