Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 686976
Collapse All | Expand All

(-)bees-0.6.ebuild (-3 / +4 lines)
Lines 1-9 Link Here
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=7
4
EAPI=7
5
5
6
inherit linux-info
6
inherit linux-info systemd
7
7
8
DESCRIPTION="Best-Effort Extent-Same, a btrfs dedup agent"
8
DESCRIPTION="Best-Effort Extent-Same, a btrfs dedup agent"
9
HOMEPAGE="https://github.com/Zygo/bees"
9
HOMEPAGE="https://github.com/Zygo/bees"
Lines 57-63 Link Here
57
	cat >localconf <<-EOF || die
57
	cat >localconf <<-EOF || die
58
		LIBEXEC_PREFIX=/usr/libexec
58
		LIBEXEC_PREFIX=/usr/libexec
59
		PREFIX=/usr
59
		PREFIX=/usr
60
		LIBDIR=$(get_libdir)
60
		LIBDIR="$(get_libdir)"
61
		SYSTEMD_SYSTEM_UNIT_DIR="$(systemd_get_systemunitdir)"
61
		DEFAULT_MAKE_TARGET=all
62
		DEFAULT_MAKE_TARGET=all
62
	EOF
63
	EOF
63
	if use tools; then
64
	if use tools; then

Return to bug 686976