diff options
author | 2023-01-27 15:44:12 -0500 | |
---|---|---|
committer | 2023-01-27 15:44:39 -0500 | |
commit | e70e5626c68f9249dfd36cde7d9434e643f68fde (patch) | |
tree | 6dc1769879c3ba1e6b9609e9f9c3d2a5396bad27 /gui-libs/vte-common | |
parent | sys-power/switcheroo-control: Fix python handling (diff) | |
download | gentoo-e70e5626c68f9249dfd36cde7d9434e643f68fde.tar.gz gentoo-e70e5626c68f9249dfd36cde7d9434e643f68fde.tar.bz2 gentoo-e70e5626c68f9249dfd36cde7d9434e643f68fde.zip |
gui-libs/vte-common: Limit blocker to only SLOT="2.91"
If users are still using the old vte:0 (which has been removed from
Gentoo), this blocker dependency will cause them problems unnecessarily.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'gui-libs/vte-common')
-rw-r--r-- | gui-libs/vte-common/vte-common-0.70.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/vte-common/vte-common-0.70.2.ebuild b/gui-libs/vte-common/vte-common-0.70.2.ebuild index 44ab6a6c0af9..dde0490be4e5 100644 --- a/gui-libs/vte-common/vte-common-0.70.2.ebuild +++ b/gui-libs/vte-common/vte-common-0.70.2.ebuild @@ -29,7 +29,7 @@ DEPEND=" x11-libs/pango " RDEPEND=" - !<x11-libs/vte-0.70.0 + !<x11-libs/vte-0.70.0:2.91 " BDEPEND=" ${PYTHON_DEPS} |