mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/libunibreak: use eautoreconf
Closes: https://bugs.gentoo.org/976676 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Line and word breaking library"
|
||||
HOMEPAGE="http://vimgadgets.sourceforge.net/libunibreak/
|
||||
https://github.com/adah1972/libunibreak"
|
||||
HOMEPAGE="http://vimgadgets.sourceforge.net/libunibreak/ https://github.com/adah1972/libunibreak"
|
||||
SRC_URI="https://github.com/adah1972/${PN}/archive/refs/tags/${PN}_${PV/./_}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}"/${PN}-${PN}_${PV/./_}
|
||||
|
||||
@@ -15,12 +16,18 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
|
||||
IUSE="doc +man static-libs test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="man? ( app-text/doxygen )
|
||||
doc? ( app-text/doxygen media-gfx/graphviz )"
|
||||
BDEPEND="
|
||||
man? ( app-text/doxygen )
|
||||
doc? (
|
||||
app-text/doxygen
|
||||
media-gfx/graphviz
|
||||
)
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
./bootstrap || die
|
||||
|
||||
eautoreconf
|
||||
|
||||
if use man; then
|
||||
echo 'GENERATE_MAN=YES' >> Doxyfile || die
|
||||
|
||||
Reference in New Issue
Block a user