diff options
Diffstat (limited to 'net-misc/cadaver')
-rw-r--r-- | net-misc/cadaver/cadaver-0.23.3.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-misc/cadaver/cadaver-0.23.3.ebuild b/net-misc/cadaver/cadaver-0.23.3.ebuild index a9288a4027bc..3b5240b2e504 100644 --- a/net-misc/cadaver/cadaver-0.23.3.ebuild +++ b/net-misc/cadaver/cadaver-0.23.3.ebuild @@ -1,12 +1,12 @@ # Copyright 2003-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" inherit autotools DESCRIPTION="Command-line WebDAV client" -HOMEPAGE="http://webdav.org/cadaver/" +HOMEPAGE="http://webdav.org/cadaver/ https://github.com/notroj/cadaver" SRC_URI="http://webdav.org/cadaver/${P}.tar.gz" LICENSE="GPL-2" @@ -14,9 +14,9 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ppc64 ~sparc x86" IUSE="nls" -RDEPEND=">=net-libs/neon-0.27.0" -DEPEND="${RDEPEND} - sys-devel/gettext" +BDEPEND="sys-devel/gettext" +DEPEND=">=net-libs/neon-0.27.0" +RDEPEND="${DEPEND}" DOCS=(BUGS ChangeLog FAQ NEWS README THANKS TODO) @@ -31,7 +31,7 @@ src_prepare() { -e "/AC_CONFIG_FILES/s: lib/neon/Makefile lib/intl/Makefile::" \ -i configure.ac || die "sed configure.ac failed" sed -e "s:^\(SUBDIRS.*=\).*:\1:" -i Makefile.in || die "sed Makefile.in failed" - cp "${EPREFIX}/usr/share/gettext/po/Makefile.in.in" po || die "cp failed" + cp "${BROOT}/usr/share/gettext/po/Makefile.in.in" po || die "cp failed" config_rpath_update . AT_M4DIR="m4 m4/neon" eautoreconf |