summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2019-03-29 04:48:32 +0100
committerMatt Turner <mattst88@gentoo.org>2019-03-29 14:19:03 -0700
commit50071d71e826efd0955526085c2f0929f199ad39 (patch)
treebf032f846d7f34425458b17bfc7a93d892c1b879 /dev-libs/libbsd/libbsd-0.9.1.ebuild
parentx11-misc/*: Update HOMEPAGE and EGIT_REPO_URI. (diff)
downloadgentoo-50071d71e826efd0955526085c2f0929f199ad39.tar.gz
gentoo-50071d71e826efd0955526085c2f0929f199ad39.tar.bz2
gentoo-50071d71e826efd0955526085c2f0929f199ad39.zip
dev-libs/*: Update HOMEPAGE and EGIT_REPO_URI.
Bug: https://bugs.gentoo.org/681708 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/libbsd/libbsd-0.9.1.ebuild')
-rw-r--r--dev-libs/libbsd/libbsd-0.9.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libbsd/libbsd-0.9.1.ebuild b/dev-libs/libbsd/libbsd-0.9.1.ebuild
index fbc48c4614da..ea20e10357af 100644
--- a/dev-libs/libbsd/libbsd-0.9.1.ebuild
+++ b/dev-libs/libbsd/libbsd-0.9.1.ebuild
@@ -5,7 +5,7 @@ EAPI=6
inherit multilib-minimal
DESCRIPTION="An library to provide useful functions commonly found on BSD systems"
-HOMEPAGE="https://libbsd.freedesktop.org/wiki/"
+HOMEPAGE="https://libbsd.freedesktop.org/wiki/ https://gitlab.freedesktop.org/libbsd/libbsd"
SRC_URI="https://${PN}.freedesktop.org/releases/${P}.tar.xz"
LICENSE="BSD BSD-2 BSD-4 ISC"
@@ -34,7 +34,7 @@ pkg_setup() {
multilib_src_configure() {
# The build system will install libbsd-ctor.a despite of USE="-static-libs"
# which is correct, see:
- # https://cgit.freedesktop.org/libbsd/commit/?id=c5b959028734ca2281250c85773d9b5e1d259bc8
+ # https://gitlab.freedesktop.org/libbsd/libbsd/commit/c5b959028734ca2281250c85773d9b5e1d259bc8
ECONF_SOURCE="${S}" econf $(use_enable static-libs static)
}