summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-09-29 01:08:43 +0100
committerSam James <sam@gentoo.org>2021-09-29 01:09:15 +0100
commit5656bd34d70467baec41833eece6328dcdc73989 (patch)
treeca660868ef94e55094b1b1346b25b4727e5c2204 /app-crypt/ima-evm-utils
parentapp-crypt/ima-evm-utils: shift vim-core into BDEPEND (diff)
downloadgentoo-5656bd34d70467baec41833eece6328dcdc73989.tar.gz
gentoo-5656bd34d70467baec41833eece6328dcdc73989.tar.bz2
gentoo-5656bd34d70467baec41833eece6328dcdc73989.zip
app-crypt/ima-evm-utils: use standard variable order
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/ima-evm-utils')
-rw-r--r--app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild9
-rw-r--r--app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild11
2 files changed, 12 insertions, 8 deletions
diff --git a/app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild b/app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild
index 530379501d7c..760e13c50315 100644
--- a/app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild
+++ b/app-crypt/ima-evm-utils/ima-evm-utils-1.3.2.ebuild
@@ -9,6 +9,11 @@ DESCRIPTION="Supporting tools for IMA and EVM"
HOMEPAGE="http://linux-ima.sourceforge.net"
SRC_URI="https://download.sourceforge.net/linux-ima/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug test"
+
RDEPEND="
dev-libs/openssl:0=
sys-apps/keyutils:="
@@ -18,10 +23,6 @@ BDEPEND="
app-text/docbook-xsl-stylesheets
dev-libs/libxslt
test? ( app-editors/vim-core )"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug test"
RESTRICT="!test? ( test )"
diff --git a/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild b/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild
index 50b1baf00daa..bdb4d49d4f72 100644
--- a/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild
+++ b/app-crypt/ima-evm-utils/ima-evm-utils-9999.ebuild
@@ -9,6 +9,10 @@ DESCRIPTION="Supporting tools for IMA and EVM"
HOMEPAGE="http://linux-ima.sourceforge.net"
EGIT_REPO_URI="https://git.code.sf.net/p/linux-ima/ima-evm-utils"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="debug test"
+
RDEPEND="
dev-libs/openssl:0=
sys-apps/keyutils:="
@@ -16,11 +20,10 @@ DEPEND="${RDEPEND}"
BDEPEND="
app-text/asciidoc
app-text/docbook-xsl-stylesheets
- dev-libs/libxslt"
+ dev-libs/libxslt
+ test? ( app-editors/vim-core )"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="debug"
+RESTRICT="!test? ( test )"
src_prepare() {
default