diff options
author | Mart Raudsepp <leio@gentoo.org> | 2023-10-30 00:06:53 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2023-10-30 00:07:47 +0200 |
commit | 8e1a0f225c034c3980ab96c21bf4d6273040d009 (patch) | |
tree | 3d5022f6d2248e8638f57e380d3d4a992a6f43da /app-editors/pluma | |
parent | app-editors/pluma: drop 1.26.0 (diff) | |
download | gentoo-8e1a0f225c034c3980ab96c21bf4d6273040d009.tar.gz gentoo-8e1a0f225c034c3980ab96c21bf4d6273040d009.tar.bz2 gentoo-8e1a0f225c034c3980ab96c21bf4d6273040d009.zip |
app-editors/pluma: Explicitly depend on libpeas SLOT=0
Another libpeas SLOT is coming.
Solve a NonexistentBlocker while here.
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-editors/pluma')
-rw-r--r-- | app-editors/pluma/pluma-1.26.0-r2.ebuild (renamed from app-editors/pluma/pluma-1.26.0-r1.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-editors/pluma/pluma-1.26.0-r1.ebuild b/app-editors/pluma/pluma-1.26.0-r2.ebuild index ebe1f380373f..32ee7333f94c 100644 --- a/app-editors/pluma/pluma-1.26.0-r1.ebuild +++ b/app-editors/pluma/pluma-1.26.0-r2.ebuild @@ -19,7 +19,7 @@ RESTRICT="!test? ( test )" COMMON_DEPEND=" dev-libs/atk >=dev-libs/glib-2.50:2 - >=dev-libs/libpeas-1.2.0[gtk] + >=dev-libs/libpeas-1.2.0:0[gtk] >=dev-libs/libxml2-2.5:2 x11-libs/cairo x11-libs/gdk-pixbuf:2 @@ -34,7 +34,6 @@ COMMON_DEPEND=" >=app-text/enchant-1.6:= >=app-text/iso-codes-0.35 ) - !!app-editors/mate-text-editor " RDEPEND="${COMMON_DEPEND} ${PYTHON_DEPS} |