commit: 852001616d0838d7874c2a3dc097881a92745f90 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Fri Nov 13 23:37:25 2020 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Nov 13 23:38:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85200161
dev-lua/luaevent: add missing LUA_REQUIRED_USE, LUA_USEDEP Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-lua/luaevent/luaevent-0.4.6-r100.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dev-lua/luaevent/luaevent-0.4.6-r100.ebuild b/dev-lua/luaevent/luaevent-0.4.6-r100.ebuild index b5d3f605246..3ada51666ed 100644 --- a/dev-lua/luaevent/luaevent-0.4.6-r100.ebuild +++ b/dev-lua/luaevent/luaevent-0.4.6-r100.ebuild @@ -14,12 +14,13 @@ SRC_URI="https://github.com/harningt/luaevent/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" +REQUIRED_USE="${LUA_REQUIRED_USE}" -RDEPEND="dev-libs/libevent:0=" -DEPEND=" - ${RDEPEND} - virtual/pkgconfig +RDEPEND=" + ${LUA_DEPS} + dev-libs/libevent:0= " +DEPEND="${RDEPEND}" src_prepare() { default