commit: c12eb6b953a17a3b292123b4fccad8b077de6054 Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Mon May 13 23:45:54 2024 +0000 Commit: Julien Roy <julien <AT> jroy <DOT> ca> CommitDate: Tue May 14 20:37:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c12eb6b9
net-libs/ixwebsocket: fix variable order Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> Signed-off-by: Julien Roy <julien <AT> jroy.ca> net-libs/ixwebsocket/ixwebsocket-11.4.4.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net-libs/ixwebsocket/ixwebsocket-11.4.4.ebuild b/net-libs/ixwebsocket/ixwebsocket-11.4.4.ebuild index 59e6c393f9..d0675734a4 100644 --- a/net-libs/ixwebsocket/ixwebsocket-11.4.4.ebuild +++ b/net-libs/ixwebsocket/ixwebsocket-11.4.4.ebuild @@ -11,10 +11,13 @@ DESCRIPTION="C++ websocket client and server library" HOMEPAGE="https://github.com/machinezone/IXWebSocket" SRC_URI="https://github.com/machinezone/IXWebSocket/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_P}" + LICENSE="BSD" SLOT="0/11.3.2" KEYWORDS="~amd64 ~x86" IUSE="+ssl test zlib ws" +RESTRICT="!test? ( test )" DEPEND=" ssl? ( @@ -39,10 +42,6 @@ RDEPEND=" ) " -S="${WORKDIR}/${MY_P}" - -RESTRICT="!test? ( test )" - PATCHES=( # Some tests require network connectivity "${FILESDIR}/${P}-remove-network-tests.patch"
