diff options
author | 2024-01-18 21:52:43 +0000 | |
---|---|---|
committer | 2024-01-19 10:50:02 +0000 | |
commit | c4718fa5e70fa0ff032fe1ee32798956dcbc0372 (patch) | |
tree | 00b1470406e6e349d44e2269c08a87fff0826cde /app-editors | |
parent | app-editors/pluma: stabilize 1.26.1 for amd64, x86 (diff) | |
download | gentoo-c4718fa5e70fa0ff032fe1ee32798956dcbc0372.tar.gz gentoo-c4718fa5e70fa0ff032fe1ee32798956dcbc0372.tar.bz2 gentoo-c4718fa5e70fa0ff032fe1ee32798956dcbc0372.zip |
app-editors/pluma: ebuild clean up
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/pluma/pluma-1.27.0.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app-editors/pluma/pluma-1.27.0.ebuild b/app-editors/pluma/pluma-1.27.0.ebuild index fe999b1ef594..b680748f1219 100644 --- a/app-editors/pluma/pluma-1.27.0.ebuild +++ b/app-editors/pluma/pluma-1.27.0.ebuild @@ -12,8 +12,6 @@ DESCRIPTION="Pluma text editor for the MATE desktop" MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" -else - KEYWORDS="" fi LICENSE="FDL-1.1+ GPL-2+ LGPL-2+" @@ -23,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="!test? ( test )" COMMON_DEPEND=" - dev-libs/atk + >=app-accessibility/at-spi2-core-2.46.0 >=dev-libs/glib-2.50:2 >=dev-libs/libpeas-1.2.0:0[gtk] >=dev-libs/libxml2-2.5:2 |