commit: 70fa251b51a2b31701f50393681d01e2d8bb37fb Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Fri Jun 17 00:34:56 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Fri Jun 17 00:35:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70fa251b
net-libs/evpath: update HOMEPAGE Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> net-libs/evpath/evpath-4.5.0_p20220601.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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=(
