diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-04-06 17:32:08 +0100 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-09 20:28:46 +0300 |
commit | 145a771009fd0a2c3c4a9f7985e28e3e49850bfe (patch) | |
tree | 088f8486b95452dbf24a436e392fb3312f0a3b8f /mate-extra | |
parent | mate-extra/calc: fix ebuild (diff) | |
download | gentoo-145a771009fd0a2c3c4a9f7985e28e3e49850bfe.tar.gz gentoo-145a771009fd0a2c3c4a9f7985e28e3e49850bfe.tar.bz2 gentoo-145a771009fd0a2c3c4a9f7985e28e3e49850bfe.zip |
mate-extra/mate-utils: ebuild cleanup
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/mate-utils/mate-utils-1.28.0.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mate-extra/mate-utils/mate-utils-1.28.0.ebuild b/mate-extra/mate-utils/mate-utils-1.28.0.ebuild index 706ffa6c0915..34c35a4a7581 100644 --- a/mate-extra/mate-utils/mate-utils-1.28.0.ebuild +++ b/mate-extra/mate-utils/mate-utils-1.28.0.ebuild @@ -10,15 +10,13 @@ inherit mate MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86" -else - KEYWORDS="" fi DESCRIPTION="Utilities for the MATE desktop" LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+" SLOT="0" -IUSE="X applet debug ipv6 nls test udisks" +IUSE="X applet debug nls test udisks" RESTRICT="!test? ( test )" COMMON_DEPEND=" @@ -46,7 +44,6 @@ RDEPEND="${COMMON_DEPEND} BDEPEND="${COMMON_DEPEND} app-text/rarian - >=app-text/scrollkeeper-dtd-1:1.0 app-text/yelp-tools dev-libs/libxml2 dev-util/glib-utils @@ -71,7 +68,6 @@ src_configure() { --enable-debug=$(usex debug yes minimum) \ $(use_with X x) \ $(use_enable applet gdict-applet) \ - $(use_enable ipv6) \ $(use_enable nls) \ $(use_enable udisks disk_image_mounter) } |