commit:     bfe2c6225ffd6335c445406fc7a12e1a52b61ada
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  2 19:13:14 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Feb  2 19:34:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe2c622

dev-util/geany-plugins: prepare for app-text/enchant:2

1.30 appears to only work with enchant:0 (1.6 and the early enchant-2
versions that didn't parallel-install), while the newers ones can work
with either at configure time. So lock to enchant:0 for 1.30 and change
to enchant:= for the rest for the time being.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 dev-util/geany-plugins/geany-plugins-1.30.ebuild | 4 ++--
 dev-util/geany-plugins/geany-plugins-1.34.ebuild | 4 ++--
 dev-util/geany-plugins/geany-plugins-1.35.ebuild | 4 ++--
 dev-util/geany-plugins/geany-plugins-1.36.ebuild | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-util/geany-plugins/geany-plugins-1.30.ebuild 
b/dev-util/geany-plugins/geany-plugins-1.30.ebuild
index 013ad753386..10881860323 100644
--- a/dev-util/geany-plugins/geany-plugins-1.30.ebuild
+++ b/dev-util/geany-plugins/geany-plugins-1.30.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -33,7 +33,7 @@ COMMON_DEPEND="
        ctags? ( dev-util/ctags )
        debugger? ( x11-libs/vte:0 )
        defineformat? ( ${GTK_COMMON_DEPEND} )
-       enchant? ( app-text/enchant )
+       enchant? ( app-text/enchant:0 )
        git? ( dev-libs/libgit2:= )
        gpg? ( app-crypt/gpgme:1= )
        gtkspell? (

diff --git a/dev-util/geany-plugins/geany-plugins-1.34.ebuild 
b/dev-util/geany-plugins/geany-plugins-1.34.ebuild
index 4fa6c180c12..536edca351f 100644
--- a/dev-util/geany-plugins/geany-plugins-1.34.ebuild
+++ b/dev-util/geany-plugins/geany-plugins-1.34.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=7
@@ -29,7 +29,7 @@ COMMON_DEPEND="
        !gtk3? ( x11-libs/gtk+:2 )
        ctags? ( dev-util/ctags )
        debugger? ( x11-libs/vte:0 )
-       enchant? ( app-text/enchant )
+       enchant? ( app-text/enchant:= )
        git? ( dev-libs/libgit2:= )
        gpg? ( app-crypt/gpgme:1= )
        gtkspell? (

diff --git a/dev-util/geany-plugins/geany-plugins-1.35.ebuild 
b/dev-util/geany-plugins/geany-plugins-1.35.ebuild
index 9733bb2f827..c3025970983 100644
--- a/dev-util/geany-plugins/geany-plugins-1.35.ebuild
+++ b/dev-util/geany-plugins/geany-plugins-1.35.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=7
@@ -29,7 +29,7 @@ DEPEND="
        !gtk3? ( x11-libs/gtk+:2 )
        ctags? ( dev-util/ctags )
        debugger? ( x11-libs/vte:0 )
-       enchant? ( app-text/enchant )
+       enchant? ( app-text/enchant:= )
        git? ( dev-libs/libgit2:= )
        gpg? ( app-crypt/gpgme:1= )
        gtkspell? (

diff --git a/dev-util/geany-plugins/geany-plugins-1.36.ebuild 
b/dev-util/geany-plugins/geany-plugins-1.36.ebuild
index e6b5ae9dc7f..6df50af83e1 100644
--- a/dev-util/geany-plugins/geany-plugins-1.36.ebuild
+++ b/dev-util/geany-plugins/geany-plugins-1.36.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=7
@@ -32,7 +32,7 @@ DEPEND="
                gtk3? ( x11-libs/vte:2.91 )
                !gtk3? ( x11-libs/vte:0 )
                )
-       enchant? ( app-text/enchant )
+       enchant? ( app-text/enchant:= )
        git? ( dev-libs/libgit2:= )
        gpg? ( app-crypt/gpgme:1= )
        gtkspell? (

Reply via email to