summaryrefslogtreecommitdiff
path: root/sys-cluster/dlm/dlm-4.2.0.ebuild
blob: 2cceca8361d3e3cb2033ace3496a3796d511e47f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="userspace management for linux/fs/dlm"
HOMEPAGE="https://pagure.io/dlm"
SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.gz"

LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="sys-cluster/corosync
sys-apps/util-linux
sys-apps/systemd
"
RDEPEND="${DEPEND}"
BDEPEND="sys-cluster/pacemaker"