commit: 5f5be243cb5c1674e15f064af01d242a0ea7075c
Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 2 18:39:04 2020 +0000
Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Feb 2 19:34:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f5be243
app-editors/pluma: declare enchant dep as := for now, as either work
It's not ideal to := depend, but configure checks for enchant-2 first,
so a locking to enchant:0 would be wrong as well. So use a subslot
operator for now, and this should be revbumped later to lock to
enchant:2 instead.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
app-editors/pluma/pluma-1.22.0.ebuild | 4 ++--
app-editors/pluma/pluma-1.22.1.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-editors/pluma/pluma-1.22.0.ebuild
b/app-editors/pluma/pluma-1.22.0.ebuild
index cf7016392b8..063c7948095 100644
--- a/app-editors/pluma/pluma-1.22.0.ebuild
+++ b/app-editors/pluma/pluma-1.22.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -40,7 +40,7 @@ COMMON_DEPEND="dev-libs/atk
virtual/libintl
introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
spell? (
- >=app-text/enchant-1.2
+ >=app-text/enchant-1.2:=
>=app-text/iso-codes-0.35
)
!!app-editors/mate-text-editor"
diff --git a/app-editors/pluma/pluma-1.22.1.ebuild
b/app-editors/pluma/pluma-1.22.1.ebuild
index aa932ba522f..9e1d789c374 100644
--- a/app-editors/pluma/pluma-1.22.1.ebuild
+++ b/app-editors/pluma/pluma-1.22.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -40,7 +40,7 @@ COMMON_DEPEND="dev-libs/atk
virtual/libintl
introspection? ( >=dev-libs/gobject-introspection-0.9.3:= )
spell? (
- >=app-text/enchant-1.6
+ >=app-text/enchant-1.6:=
>=app-text/iso-codes-0.35
)
!!app-editors/mate-text-editor"