diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-04-27 19:21:10 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-04-27 19:29:42 +0300 |
commit | 8627bb5eedae53df74c16518668c9a4dbbad3e41 (patch) | |
tree | 280c281c5f85718de3d17b91560f9c18671a7cba /app-text/gspell | |
parent | net-nntp/pan: fix enchant dep (diff) | |
download | gentoo-8627bb5eedae53df74c16518668c9a4dbbad3e41.tar.gz gentoo-8627bb5eedae53df74c16518668c9a4dbbad3e41.tar.bz2 gentoo-8627bb5eedae53df74c16518668c9a4dbbad3e41.zip |
app-text/gspell: fix enchant dep
gspell-1.6 only works with enchant-1, thus lock it to its
SLOT and subslot - that way it'll be correct dep whichever
way enchant goes before enchant-2 unmasking (subslots or
parallel-installable slots).
gspell-1.8 only works with 2.1.3+, as expressed in deps.
That's the version which became parallel-installable by
having enchant-2.pc file. No further ABI breaks are anticipated,
thus drop the unauthorized subslot operator dep addition, as
it's >=2.1.3 already and no rebuild concerns on enchant
upgrade, even if enchant remains with subslots.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-text/gspell')
-rw-r--r-- | app-text/gspell/gspell-1.6.1.ebuild | 2 | ||||
-rw-r--r-- | app-text/gspell/gspell-1.8.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/gspell/gspell-1.6.1.ebuild b/app-text/gspell/gspell-1.6.1.ebuild index 9986e82df7b0..93c3d40003f4 100644 --- a/app-text/gspell/gspell-1.6.1.ebuild +++ b/app-text/gspell/gspell-1.6.1.ebuild @@ -18,7 +18,7 @@ REQUIRED_USE="vala? ( introspection )" RDEPEND=" app-text/iso-codes - >=app-text/enchant-1.6.0:= + >=app-text/enchant-1.6.0:0/0 >=dev-libs/glib-2.44:2 >=x11-libs/gtk+-3.20:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.42.0:= ) diff --git a/app-text/gspell/gspell-1.8.1.ebuild b/app-text/gspell/gspell-1.8.1.ebuild index 25b7ed6753a0..18dcf94ede51 100644 --- a/app-text/gspell/gspell-1.8.1.ebuild +++ b/app-text/gspell/gspell-1.8.1.ebuild @@ -18,7 +18,7 @@ REQUIRED_USE="vala? ( introspection )" RDEPEND=" app-text/iso-codes - >=app-text/enchant-2.1.3:= + >=app-text/enchant-2.1.3 >=dev-libs/glib-2.44:2 >=x11-libs/gtk+-3.20:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.42.0:= ) |