Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/pluma/
Date: Sun, 02 Feb 2020 19:35:46
Message-Id: 1580672064.5f5be243cb5c1674e15f064af01d242a0ea7075c.leio@gentoo
1 commit: 5f5be243cb5c1674e15f064af01d242a0ea7075c
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 18:39:04 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 19:34:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5be243
7
8 app-editors/pluma: declare enchant dep as := for now, as either work
9
10 It's not ideal to := depend, but configure checks for enchant-2 first,
11 so a locking to enchant:0 would be wrong as well. So use a subslot
12 operator for now, and this should be revbumped later to lock to
13 enchant:2 instead.
14
15 Package-Manager: Portage-2.3.84, Repoman-2.3.20
16 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
17
18 app-editors/pluma/pluma-1.22.0.ebuild | 4 ++--
19 app-editors/pluma/pluma-1.22.1.ebuild | 4 ++--
20 2 files changed, 4 insertions(+), 4 deletions(-)
21
22 diff --git a/app-editors/pluma/pluma-1.22.0.ebuild b/app-editors/pluma/pluma-1.22.0.ebuild
23 index cf7016392b8..063c7948095 100644
24 --- a/app-editors/pluma/pluma-1.22.0.ebuild
25 +++ b/app-editors/pluma/pluma-1.22.0.ebuild
26 @@ -1,4 +1,4 @@
27 -# Copyright 1999-2019 Gentoo Authors
28 +# Copyright 1999-2020 Gentoo Authors
29 # Distributed under the terms of the GNU General Public License v2
30
31 EAPI=6
32 @@ -40,7 +40,7 @@ COMMON_DEPEND="dev-libs/atk
33 virtual/libintl
34 introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
35 spell? (
36 - >=app-text/enchant-1.2
37 + >=app-text/enchant-1.2:=
38 >=app-text/iso-codes-0.35
39 )
40 !!app-editors/mate-text-editor"
41
42 diff --git a/app-editors/pluma/pluma-1.22.1.ebuild b/app-editors/pluma/pluma-1.22.1.ebuild
43 index aa932ba522f..9e1d789c374 100644
44 --- a/app-editors/pluma/pluma-1.22.1.ebuild
45 +++ b/app-editors/pluma/pluma-1.22.1.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2019 Gentoo Authors
48 +# Copyright 1999-2020 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=6
52 @@ -40,7 +40,7 @@ COMMON_DEPEND="dev-libs/atk
53 virtual/libintl
54 introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
55 spell? (
56 - >=app-text/enchant-1.6
57 + >=app-text/enchant-1.6:=
58 >=app-text/iso-codes-0.35
59 )
60 !!app-editors/mate-text-editor"