Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 526716 | Differences between
and this patch

Collapse All | Expand All

(-)a/dev-libs/eb/eb-4.4.1-r1.ebuild (-1 / +8 lines)
Lines 3-10 Link Here
3
3
4
EAPI=7
4
EAPI=7
5
5
6
inherit autotools
7
6
DESCRIPTION="EB is a C library and utilities for accessing CD-ROM books"
8
DESCRIPTION="EB is a C library and utilities for accessing CD-ROM books"
7
HOMEPAGE="http://www.sra.co.jp/people/m-kasahr/eb/"
9
HOMEPAGE="https://web.archive.org/web/20120330123930/http://www.sra.co.jp/people/m-kasahr/eb/"
8
SRC_URI="ftp://ftp.sra.co.jp/pub/misc/eb/${P}.tar.lzma"
10
SRC_URI="ftp://ftp.sra.co.jp/pub/misc/eb/${P}.tar.lzma"
9
11
10
LICENSE="BSD"
12
LICENSE="BSD"
Lines 20-25 BDEPEND="nls? ( sys-devel/gettext )" Link Here
20
22
21
DOCS=( AUTHORS ChangeLog{,.0,.1,.2} NEWS README )
23
DOCS=( AUTHORS ChangeLog{,.0,.1,.2} NEWS README )
22
24
25
src_prepare() {
26
	default
27
	eautoreconf
28
}
29
23
src_configure() {
30
src_configure() {
24
	econf \
31
	econf \
25
		$(use_enable ipv6) \
32
		$(use_enable ipv6) \

Return to bug 526716