Skip to content

Commit

Permalink
various: yet another pkgcheck fix commit
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Arnold <sarnold@vctlabs.com>
  • Loading branch information
sarnold committed Aug 22, 2024
1 parent 2d71fa8 commit 0967042
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app-forensics/scap-workbench/scap-workbench-1.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DESCRIPTION="SCAP Scanner And Tailoring Graphical User Interface"

if [[ ${PV} != *9999* ]]; then
SRC_URI="https://github.com/OpenSCAP/${PN}/releases/download/${PV}/${P}.tar.bz2"
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
else
inherit git-r3
EGIT_REPO_URI="https://github.com/OpenSCAP/openscap.git"
Expand Down
7 changes: 3 additions & 4 deletions app-misc/timew-addons/timew-addons-0.1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..12} )

inherit distutils-r1 xdg-utils
inherit distutils-r1 optfeature xdg-utils

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

LICENSE="GPL-3"
SLOT="0"
IUSE="gnome"

# no tests except pylint, so...
RESTRICT="test"

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

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

pkg_postinst() {
optfeature "gnome shell appindicator integration" gnome-extra/gnome-shell-extension-appindicator
xdg_icon_cache_update
}

Expand Down
2 changes: 1 addition & 1 deletion app-misc/timew-report/timew-report-1.4.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SRC_URI="https://github.com/lauft/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"

RDEPEND="${PYTHON_DEPS}
app-misc/timew"
Expand Down

0 comments on commit 0967042

Please sign in to comment.