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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user