Skip to content

Commit 0967042

Browse files
committed
various: yet another pkgcheck fix commit
Signed-off-by: Steve Arnold <[email protected]>
1 parent 2d71fa8 commit 0967042

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

app-forensics/scap-workbench/scap-workbench-1.2.1.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DESCRIPTION="SCAP Scanner And Tailoring Graphical User Interface"
1010

1111
if [[ ${PV} != *9999* ]]; then
1212
SRC_URI="https://github.com/OpenSCAP/${PN}/releases/download/${PV}/${P}.tar.bz2"
13-
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
13+
KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
1414
else
1515
inherit git-r3
1616
EGIT_REPO_URI="https://github.com/OpenSCAP/openscap.git"

app-misc/timew-addons/timew-addons-0.1.1.ebuild

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ EAPI=8
66
DISTUTILS_USE_PEP517=setuptools
77
PYTHON_COMPAT=( python3_{9..12} )
88

9-
inherit distutils-r1 xdg-utils
9+
inherit distutils-r1 optfeature xdg-utils
1010

1111
DESCRIPTION="Appindicator GUI for timew control and status monitoring"
1212
HOMEPAGE="https://github.com/sarnold/timew-addons"
@@ -18,14 +18,13 @@ if [[ ${PV} = 9999* ]]; then
1818
KEYWORDS=""
1919
else
2020
SRC_URI="https://github.com/sarnold/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
21-
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
21+
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
2222
fi
2323

2424
LICENSE="GPL-3"
2525
SLOT="0"
2626
IUSE="gnome"
2727

28-
# no tests except pylint, so...
2928
RESTRICT="test"
3029

3130
RDEPEND="${PYTHON_DEPS}
@@ -34,7 +33,6 @@ RDEPEND="${PYTHON_DEPS}
3433
x11-libs/libnotify[introspection]
3534
virtual/notification-daemon
3635
x11-themes/hicolor-icon-theme
37-
!arm? ( gnome? ( gnome-extra/gnome-shell-extension-appindicator ) )
3836
app-misc/timew-report[${PYTHON_USEDEP}]
3937
"
4038

@@ -53,6 +51,7 @@ BDEPEND="${PYTHON_DEPS}
5351
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
5452

5553
pkg_postinst() {
54+
optfeature "gnome shell appindicator integration" gnome-extra/gnome-shell-extension-appindicator
5655
xdg_icon_cache_update
5756
}
5857

app-misc/timew-report/timew-report-1.4.0.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/lauft/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
1414

1515
LICENSE="MIT"
1616
SLOT="0"
17-
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
17+
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
1818

1919
RDEPEND="${PYTHON_DEPS}
2020
app-misc/timew"

0 commit comments

Comments
 (0)