diff options
author | 2022-06-17 02:34:56 +0200 | |
---|---|---|
committer | 2022-06-17 02:35:49 +0200 | |
commit | 70fa251b51a2b31701f50393681d01e2d8bb37fb (patch) | |
tree | fa45aa1994a80fb01a39939f68afa54497240a27 /net-libs/evpath | |
parent | sys-kernel/msr-safe: reload udev (diff) | |
download | guru-70fa251b51a2b31701f50393681d01e2d8bb37fb.tar.gz guru-70fa251b51a2b31701f50393681d01e2d8bb37fb.tar.bz2 guru-70fa251b51a2b31701f50393681d01e2d8bb37fb.zip |
net-libs/evpath: update HOMEPAGE
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'net-libs/evpath')
-rw-r--r-- | net-libs/evpath/evpath-4.5.0_p20220601.ebuild | 9 |
1 files 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=( |