diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 20:39:04 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-02-02 21:34:24 +0200 |
commit | 5f5be243cb5c1674e15f064af01d242a0ea7075c (patch) | |
tree | bc65a4b2c07c12bcaa71f1ba19758af635342225 /app-editors | |
parent | net-irc/hexchat-2.12.4-r2: lock enchant dep to SLOT=0 (diff) | |
download | gentoo-5f5be243cb5c1674e15f064af01d242a0ea7075c.tar.gz gentoo-5f5be243cb5c1674e15f064af01d242a0ea7075c.tar.bz2 gentoo-5f5be243cb5c1674e15f064af01d242a0ea7075c.zip |
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@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/pluma/pluma-1.22.0.ebuild | 4 | ||||
-rw-r--r-- | 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 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" |