Skip to content

Commit

Permalink
dev-libs/eb: Allow build with non-bash
Browse files Browse the repository at this point in the history
Signed-off-by: Kerin Millar <[email protected]>
Closes: https://bugs.gentoo.org/526716
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
Kerin Millar authored and thesamesam committed Feb 27, 2021
1 parent 85c813a commit c38fc60
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion dev-libs/eb/eb-4.4.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@

EAPI=7

inherit autotools

DESCRIPTION="EB is a C library and utilities for accessing CD-ROM books"
HOMEPAGE="http://www.sra.co.jp/people/m-kasahr/eb/"
HOMEPAGE="https://web.archive.org/web/20120330123930/http://www.sra.co.jp/people/m-kasahr/eb/"
SRC_URI="ftp://ftp.sra.co.jp/pub/misc/eb/${P}.tar.lzma"

LICENSE="BSD"
Expand All @@ -20,6 +22,11 @@ BDEPEND="nls? ( sys-devel/gettext )"

DOCS=( AUTHORS ChangeLog{,.0,.1,.2} NEWS README )

src_prepare() {
default
eautoreconf
}

src_configure() {
econf \
$(use_enable ipv6) \
Expand Down

0 comments on commit c38fc60

Please sign in to comment.