From: Lars Wendler Date: Sat, 18 May 2019 13:06:05 +0000 (+0200) Subject: sys-fs/btrfs-progs: Synced live ebuild. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f1835fd41c029a56eed5ef57523225fac8dc1b1e;p=gentoo.git sys-fs/btrfs-progs: Synced live ebuild. Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Lars Wendler --- diff --git a/sys-fs/btrfs-progs/btrfs-progs-9999.ebuild b/sys-fs/btrfs-progs/btrfs-progs-9999.ebuild index 7dfe272040c2..4076d30d2382 100644 --- a/sys-fs/btrfs-progs/btrfs-progs-9999.ebuild +++ b/sys-fs/btrfs-progs/btrfs-progs-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python3_{5,6,7} ) @@ -14,7 +14,7 @@ if [[ ${PV} != 9999 ]]; then [[ "${PV}" = *_rc* ]] || \ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" SRC_URI="https://www.kernel.org/pub/linux/kernel/people/kdave/${PN}/${PN}-${MY_PV}.tar.xz" - S="${WORKDIR}"/${PN}-${MY_PV} + S="${WORKDIR}/${PN}-${MY_PV}" else WANT_LIBTOOL=none inherit autotools git-r3 @@ -47,9 +47,6 @@ RDEPEND=" " DEPEND="${RDEPEND} convert? ( sys-apps/acl ) - >=app-text/asciidoc-8.6.0 - app-text/docbook-xml-dtd:4.5 - app-text/xmlto python? ( dev-python/setuptools[${PYTHON_USEDEP}] ) static? ( dev-libs/lzo:2[static-libs(+)] @@ -65,6 +62,11 @@ DEPEND="${RDEPEND} zstd? ( app-arch/zstd:0[static-libs(+)] ) ) " +BDEPEND=" + >=app-text/asciidoc-8.6.0 + app-text/docbook-xml-dtd:4.5 + app-text/xmlto +" if [[ ${PV} == 9999 ]]; then DEPEND+=" sys-devel/gnuconfig"