app-editors/pluma: declare enchant dep as := for now, as either work
authorMart Raudsepp <leio@gentoo.org>
Sun, 2 Feb 2020 18:39:04 +0000 (20:39 +0200)
committerMart Raudsepp <leio@gentoo.org>
Sun, 2 Feb 2020 19:34:24 +0000 (21:34 +0200)
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@gentoo.org>
app-editors/pluma/pluma-1.22.0.ebuild
app-editors/pluma/pluma-1.22.1.ebuild

index cf7016392b87f46a8077e2ed5ef0df5285cab9e6..063c794809540ae3e8e2ccf606af4eac927d1162 100644 (file)
@@ -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"
index aa932ba522f392bd2daf53314b8fdb822b43d103..9e1d789c37498d8263d5125ff182b1ada1dca559 100644 (file)
@@ -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"