diff options
author | Mart Raudsepp <leio@gentoo.org> | 2023-10-29 23:46:33 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2023-10-29 23:46:33 +0200 |
commit | dd21bf2213ad0cf97fcd632b69407eb33666e88f (patch) | |
tree | 5c2652eb08f3bb37febd7f922614e090f5efb477 /app-editors/gedit | |
parent | dev-python/liblarch: Bump to 3.2.0 (diff) | |
download | gentoo-dd21bf2213ad0cf97fcd632b69407eb33666e88f.tar.gz gentoo-dd21bf2213ad0cf97fcd632b69407eb33666e88f.tar.bz2 gentoo-dd21bf2213ad0cf97fcd632b69407eb33666e88f.zip |
app-editors/gedit: Explicitly depend on libpeas SLOT=0
Another libpeas SLOT is coming.
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-editors/gedit')
-rw-r--r-- | app-editors/gedit/gedit-46.1-r1.ebuild (renamed from app-editors/gedit/gedit-46.1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/gedit/gedit-46.1.ebuild b/app-editors/gedit/gedit-46.1-r1.ebuild index c7811ced2043..c0f1ed0f1fc3 100644 --- a/app-editors/gedit/gedit-46.1.ebuild +++ b/app-editors/gedit/gedit-46.1-r1.ebuild @@ -21,7 +21,7 @@ DEPEND=" >=x11-libs/gtk+-3.22.0:3[introspection] >=gui-libs/libgedit-amtk-5.6:= >=gui-libs/tepl-6.8.0:= - >=dev-libs/libpeas-1.14.1[gtk] + >=dev-libs/libpeas-1.14.1:0[gtk] >=dev-libs/gobject-introspection-1.54:= >=app-text/gspell-0.2.5:0= python? ( @@ -29,7 +29,7 @@ DEPEND=" $(python_gen_cond_dep ' dev-python/pycairo[${PYTHON_USEDEP}] >=dev-python/pygobject-3:3[cairo,${PYTHON_USEDEP}] - dev-libs/libpeas[python,${PYTHON_SINGLE_USEDEP}] + dev-libs/libpeas:0[python,${PYTHON_SINGLE_USEDEP}] ') ) |