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

Collapse All | Expand All

(-)exonerate-2.2.0.ebuild.orig (+9 lines)
Lines 4-9 Link Here
4
4
5
EAPI="1"
5
EAPI="1"
6
6
7
inherit eutils
8
7
DESCRIPTION="exonerate is a generic tool for pairwise sequence comparison"
9
DESCRIPTION="exonerate is a generic tool for pairwise sequence comparison"
8
HOMEPAGE="http://www.ebi.ac.uk/~guy/exonerate/"
10
HOMEPAGE="http://www.ebi.ac.uk/~guy/exonerate/"
9
SRC_URI="http://www.ebi.ac.uk/~guy/exonerate/${P}.tar.gz"
11
SRC_URI="http://www.ebi.ac.uk/~guy/exonerate/${P}.tar.gz"
Lines 16-21 Link Here
16
DEPEND="dev-libs/glib:2"
18
DEPEND="dev-libs/glib:2"
17
RDEPEND="${DEPEND}"
19
RDEPEND="${DEPEND}"
18
20
21
src_unpack() {
22
	unpack ${A}
23
	cd "${S}"
24
25
	epatch "${FILESDIR}"/${P}-as-needed.patch
26
}
27
19
src_compile() {
28
src_compile() {
20
29
21
	econf \
30
	econf \

Return to bug 268094