summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2024-06-04 23:04:50 -0400
committerSam James <sam@gentoo.org>2024-06-06 01:44:47 +0100
commitd0a1a621733dcbecb51b75c9418afda80583611c (patch)
tree7d3d8cca1963059e2ad9260fa152d8784a3c352d /app-editors
parentapp-editors/pluma-plugins: add github upstream metadata (diff)
downloadgentoo-d0a1a621733dcbecb51b75c9418afda80583611c.tar.gz
gentoo-d0a1a621733dcbecb51b75c9418afda80583611c.tar.bz2
gentoo-d0a1a621733dcbecb51b75c9418afda80583611c.zip
app-editors/pluma-plugins: fix impossible dependency on gedit instead of pluma
Most likely this was copy-pasted from app-editors/gedit-plugins. In its current state, there isn't even a good explanation for how this ever built on anyone's machine, or passed stabilization checks, except that stabilization of pluma-plugins plainly occurred in a batch alongside, but after, pluma itself, leading to silently available undeclared dependencies. And yes, not only does this package check in configure for an installed pluma -- it builds C code that includes headers named "pluma". Most likely, anyone using the package doesn't suffer this confusion, because they already have pluma installed; still, this metadata problem is rather bad. Revbump via `mv`, drop old + immediate to stable, because we want to get the metadata fix out ASAP. Bug: https://github.com/gentoo/gentoo/pull/28508 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/pluma-plugins/pluma-plugins-1.26.0-r2.ebuild (renamed from app-editors/pluma-plugins/pluma-plugins-1.26.0-r1.ebuild)6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/pluma-plugins/pluma-plugins-1.26.0-r1.ebuild b/app-editors/pluma-plugins/pluma-plugins-1.26.0-r2.ebuild
index 1969a87f5e98..bdfab472e753 100644
--- a/app-editors/pluma-plugins/pluma-plugins-1.26.0-r1.ebuild
+++ b/app-editors/pluma-plugins/pluma-plugins-1.26.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -29,7 +29,7 @@ REQUIRED_USE="
RDEPEND="
>=dev-libs/libpeas-1.14.1:0[gtk]
- >=app-editors/gedit-40.0
+ >=app-editors/pluma-1.25.3
>=dev-libs/glib-2.32:2
>=x11-libs/gtk+-3.9:3
@@ -38,7 +38,7 @@ RDEPEND="
python? (
${PYTHON_DEPS}
$(python_gen_cond_dep '
- app-editors/gedit[python,${PYTHON_SINGLE_USEDEP}]
+ app-editors/pluma[${PYTHON_SINGLE_USEDEP}]
dev-libs/libpeas:0[python,${PYTHON_SINGLE_USEDEP}]
>=dev-python/dbus-python-0.82[${PYTHON_USEDEP}]
dev-python/pycairo[${PYTHON_USEDEP}]