mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
pentoo-rce: fix variable ordering
This commit is contained in:
parent
de498bde2b
commit
3c27799b69
1 changed files with 2 additions and 2 deletions
|
|
@ -5,10 +5,10 @@ EAPI=8
|
|||
|
||||
DESCRIPTION="Pentoo RCE meta ebuild"
|
||||
HOMEPAGE="https://www.pentoo.org"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-3"
|
||||
IUSE="hardened pentoo-extra pentoo-full X"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="hardened pentoo-extra pentoo-full X"
|
||||
|
||||
PDEPEND="hardened? ( sys-apps/paxctl )
|
||||
app-arch/upx
|
||||
|
|
|
|||
Loading…
Reference in a new issue