From 70fa251b51a2b31701f50393681d01e2d8bb37fb Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Fri, 17 Jun 2022 02:34:56 +0200 Subject: net-libs/evpath: update HOMEPAGE Signed-off-by: Alessandro Barbieri --- net-libs/evpath/evpath-4.5.0_p20220601.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'net-libs/evpath') diff --git a/net-libs/evpath/evpath-4.5.0_p20220601.ebuild b/net-libs/evpath/evpath-4.5.0_p20220601.ebuild index 4bd29fec8..b307cad34 100644 --- a/net-libs/evpath/evpath-4.5.0_p20220601.ebuild +++ b/net-libs/evpath/evpath-4.5.0_p20220601.ebuild @@ -8,7 +8,11 @@ inherit cmake COMMIT="77f54fac21cb4452057b2b9c8d285e9084309dbc" DESCRIPTION="EVpath is an event transport middleware layer" -HOMEPAGE="https://github.com/GTkorvo/evpath" +HOMEPAGE=" + https://evpath.net/ + https://www.cc.gatech.edu/systems/projects/EVPath/ + https://github.com/GTkorvo/evpath +" SRC_URI="https://github.com/GTKorvo/${PN}/archive/${COMMIT}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}/${PN}-${COMMIT}" @@ -30,7 +34,8 @@ RDEPEND=" " DEPEND="${RDEPEND}" -RESTRICT="!test? ( test )" +RESTRICT="test" +PROPERTIES="test_network" src_configure() { local mycmakeargs=( -- cgit v1.2.3-65-gdbad