From: Mart Raudsepp Date: Sun, 2 Feb 2020 18:39:04 +0000 (+0200) Subject: app-editors/pluma: declare enchant dep as := for now, as either work X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5f5be243cb5c1674e15f064af01d242a0ea7075c;p=gentoo.git 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 --- diff --git a/app-editors/pluma/pluma-1.22.0.ebuild b/app-editors/pluma/pluma-1.22.0.ebuild index cf7016392b87..063c79480954 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 aa932ba522f3..9e1d789c3749 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"