mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
app-crypt/elfcrypt: fix pkgcheck scan
This commit is contained in:
parent
98c53172d7
commit
228d8191bf
1 changed files with 2 additions and 2 deletions
|
|
@ -11,12 +11,12 @@ HOMEPAGE="https://github.com/droberson/ELFcrypt"
|
|||
HASH_COMMIT="1699e97e07ac3d82e7845dc3e0eb8f35a8bf886d"
|
||||
|
||||
SRC_URI="https://github.com/droberson/ELFcrypt/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
S="${WORKDIR}/ELFcrypt-${HASH_COMMIT}"
|
||||
|
||||
IUSE="examples"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="examples"
|
||||
|
||||
src_prepare() {
|
||||
sed -e "s/gcc/$(tc-getCC)/" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue