EYWORDS was preventing the build from starting, fixed for jose and luksmeta

This commit is contained in:
Krish Jain 2023-07-17 15:47:23 +05:30
parent 4fc497dc5f
commit df125ca73a
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="amd64"
DEPEND="dev-libs/jansson"
RDEPEND="${DEPEND}

View File

@ -11,7 +11,7 @@ SRC_URI="https://github.com/latchset/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="amd64"
IUSE="+man"
DEPEND="sys-fs/cryptsetup"