mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
pentoo-cracking: pkgcheck fixes
This commit is contained in:
parent
b82610713d
commit
6ec98de125
2 changed files with 12 additions and 1 deletions
11
pentoo/pentoo-cracking/metadata.xml
Normal file
11
pentoo/pentoo-cracking/metadata.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>sidhayn@gmail.com</email>
|
||||||
|
<name>Zero_Chaos</name>
|
||||||
|
</maintainer>
|
||||||
|
<use>
|
||||||
|
<flag name="dict">Install some larger dictionaries</flag>
|
||||||
|
</use>
|
||||||
|
</pkgmetadata>
|
||||||
|
|
@ -8,8 +8,8 @@ HOMEPAGE="https://www.pentoo.org"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="opencl +dict livecd-stage1 pentoo-extra pentoo-full"
|
|
||||||
KEYWORDS="~amd64 ~arm ~x86"
|
KEYWORDS="~amd64 ~arm ~x86"
|
||||||
|
IUSE="opencl +dict livecd-stage1 pentoo-extra pentoo-full"
|
||||||
|
|
||||||
PDEPEND="
|
PDEPEND="
|
||||||
app-crypt/johntheripper-jumbo
|
app-crypt/johntheripper-jumbo
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue