1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-28 17:32:32 +01:00

Sanitize keywords.

This commit is contained in:
2021-02-12 18:51:36 +01:00
parent 64267ab0dd
commit b8ca7c21d4
21 changed files with 31 additions and 34 deletions

View File

@@ -14,7 +14,7 @@ SRC_URI="http://launchpad.net/screenkey/0.2/0.2.0/+download/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="dev-python/pygtk:2

View File

@@ -16,7 +16,7 @@ if [[ "${PV}" == *9999* ]]; then
EGIT_REPO_URI="https://gitlab.com/screenkey/${PN}.git"
else
SRC_URI="https://gitlab.com/screenkey/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}"/"${PN}"-v"${PV}"
fi