Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/geany-plugins/
Date: Mon, 30 Jan 2023 15:25:30
Message-Id: 1675092307.0d7c1beb8b8796c3badbe57f1f75f40f208bf0ff.bkohler@gentoo
1 commit: 0d7c1beb8b8796c3badbe57f1f75f40f208bf0ff
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 14:39:35 2023 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 15:25:07 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d7c1beb
7
8 dev-util/geany-plugins: slot operator dep on app-text/discount
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 .../{geany-plugins-1.38-r4.ebuild => geany-plugins-1.38-r5.ebuild} | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/geany-plugins/geany-plugins-1.38-r4.ebuild b/dev-util/geany-plugins/geany-plugins-1.38-r5.ebuild
16 similarity index 98%
17 rename from dev-util/geany-plugins/geany-plugins-1.38-r4.ebuild
18 rename to dev-util/geany-plugins/geany-plugins-1.38-r5.ebuild
19 index c70586bd1c68..7f84f12c63f3 100644
20 --- a/dev-util/geany-plugins/geany-plugins-1.38-r4.ebuild
21 +++ b/dev-util/geany-plugins/geany-plugins-1.38-r5.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2022 Gentoo Authors
24 +# Copyright 1999-2023 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=8
28 @@ -31,7 +31,7 @@ DEPEND="
29 gtkspell? ( app-text/gtkspell:3= )
30 lua? ( ${LUA_DEPS} )
31 markdown? (
32 - app-text/discount
33 + app-text/discount:=
34 net-libs/webkit-gtk:4
35 )
36 pretty-printer? ( dev-libs/libxml2:2 )