File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
app-forensics/scap-workbench Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ DESCRIPTION="SCAP Scanner And Tailoring Graphical User Interface"
10
10
11
11
if [[ ${PV} != * 9999* ]]; then
12
12
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"
14
14
else
15
15
inherit git-r3
16
16
EGIT_REPO_URI=" https://github.com/OpenSCAP/openscap.git"
Original file line number Diff line number Diff line change 6
6
DISTUTILS_USE_PEP517=setuptools
7
7
PYTHON_COMPAT=( python3_{9..12} )
8
8
9
- inherit distutils-r1 xdg-utils
9
+ inherit distutils-r1 optfeature xdg-utils
10
10
11
11
DESCRIPTION=" Appindicator GUI for timew control and status monitoring"
12
12
HOMEPAGE=" https://github.com/sarnold/timew-addons"
@@ -18,14 +18,13 @@ if [[ ${PV} = 9999* ]]; then
18
18
KEYWORDS=" "
19
19
else
20
20
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"
22
22
fi
23
23
24
24
LICENSE=" GPL-3"
25
25
SLOT=" 0"
26
26
IUSE=" gnome"
27
27
28
- # no tests except pylint, so...
29
28
RESTRICT=" test"
30
29
31
30
RDEPEND=" ${PYTHON_DEPS}
@@ -34,7 +33,6 @@ RDEPEND="${PYTHON_DEPS}
34
33
x11-libs/libnotify[introspection]
35
34
virtual/notification-daemon
36
35
x11-themes/hicolor-icon-theme
37
- !arm? ( gnome? ( gnome-extra/gnome-shell-extension-appindicator ) )
38
36
app-misc/timew-report[${PYTHON_USEDEP} ]
39
37
"
40
38
@@ -53,6 +51,7 @@ BDEPEND="${PYTHON_DEPS}
53
51
export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
54
52
55
53
pkg_postinst () {
54
+ optfeature " gnome shell appindicator integration" gnome-extra/gnome-shell-extension-appindicator
56
55
xdg_icon_cache_update
57
56
}
58
57
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ SRC_URI="https://github.com/lauft/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
14
14
15
15
LICENSE=" MIT"
16
16
SLOT=" 0"
17
- KEYWORDS=" ~amd64 ~arm ~arm64 ~x86"
17
+ KEYWORDS=" ~amd64 ~arm ~arm64 ~riscv ~ x86"
18
18
19
19
RDEPEND=" ${PYTHON_DEPS}
20
20
app-misc/timew"
You can’t perform that action at this time.
0 commit comments