diff options
Diffstat (limited to 'mate-base/mate-panel/mate-panel-9999.ebuild')
| -rw-r--r-- | mate-base/mate-panel/mate-panel-9999.ebuild | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/mate-base/mate-panel/mate-panel-9999.ebuild b/mate-base/mate-panel/mate-panel-9999.ebuild index 988e887a91f6..becb88a6353a 100644 --- a/mate-base/mate-panel/mate-panel-9999.ebuild +++ b/mate-base/mate-panel/mate-panel-9999.ebuild @@ -1,36 +1,35 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 MATE_LA_PUNT="yes" inherit mate -if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~x86" +if [[ "${PV}" != *9999 ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" fi DESCRIPTION="The MATE panel" LICENSE="FDL-1.1+ GPL-2+ LGPL-2+" SLOT="0" -IUSE="X +introspection wayland" +IUSE="+X +introspection wayland" REQUIRED_USE="|| ( X wayland )" COMMON_DEPEND=" - dev-libs/atk + app-accessibility/at-spi2-core:2 >=dev-libs/glib-2.50:2 >=dev-libs/libmateweather-1.17.0 dev-libs/libxml2:2 >=gnome-base/dconf-0.13.4 - >=gnome-base/librsvg-2.36.2:2 >=mate-base/mate-desktop-1.17.0 >=mate-base/mate-menus-1.21.0 >=sys-apps/dbus-1.1.2 >=x11-libs/cairo-1.0.0[X?] - >=x11-libs/gdk-pixbuf-2.25.2:2 + >=x11-libs/gdk-pixbuf-2.26.0:2 >=x11-libs/gtk+-3.22:3[introspection?] x11-libs/libICE x11-libs/libSM @@ -49,7 +48,9 @@ RDEPEND="${COMMON_DEPEND} virtual/libintl " -DEPEND="${COMMON_DEPEND} +DEPEND="${COMMON_DEPEND}" + +BDEPEND=" app-text/docbook-xml-dtd:4.1.2 app-text/yelp-tools >=dev-lang/perl-5:= |
