summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lua/luaotp/luaotp-9999.ebuild')
-rw-r--r--dev-lua/luaotp/luaotp-9999.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-lua/luaotp/luaotp-9999.ebuild b/dev-lua/luaotp/luaotp-9999.ebuild
index 2ba4ddc..81a3112 100644
--- a/dev-lua/luaotp/luaotp-9999.ebuild
+++ b/dev-lua/luaotp/luaotp-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,12 +16,14 @@ SLOT="0"
KEYWORDS=""
IUSE="doc test"
-DEPEND="
+RDEPEND="
dev-lua/luaossl
dev-lua/basexx
+"
+DEPEND="
+ ${RDEPEND}
test? ( dev-lua/busted )
"
-RDEPEND="${DEPEND}"
DOCS=(README.md doc/.)