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

Collapse All | Expand All

(-)/usr/portage/dev-libs/mpc/mpc-0.8.2.ebuild (-1 / +9 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpc/mpc-0.8.2.ebuild,v 1.11 2010/11/23 21:28:09 xarthisius Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpc/mpc-0.8.2.ebuild,v 1.11 2010/11/23 21:28:09 xarthisius Exp $
4
4
5
inherit eutils
6
5
# Unconditional dependency of gcc.  Keep this set to 0.
7
# Unconditional dependency of gcc.  Keep this set to 0.
6
EAPI=0
8
EAPI=0
7
9
Lines 11-23 Link Here
11
13
12
LICENSE="LGPL-2.1"
14
LICENSE="LGPL-2.1"
13
SLOT="0"
15
SLOT="0"
14
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~sparc-fbsd ~x86-fbsd ~x86-freebsd"
16
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~m68k-mint"
15
IUSE=""
17
IUSE=""
16
18
17
DEPEND=">=dev-libs/gmp-4.2.3
19
DEPEND=">=dev-libs/gmp-4.2.3
18
		>=dev-libs/mpfr-2.3.1"
20
		>=dev-libs/mpfr-2.3.1"
19
RDEPEND="${DEPEND}"
21
RDEPEND="${DEPEND}"
20
22
23
src_unpack() {
24
	unpack ${A}
25
        cd "${S}"
26
        epatch "${FILESDIR}"/${P}-mint.patch
27
}
28
21
src_install() {
29
src_install() {
22
	emake DESTDIR="${D}" install || die
30
	emake DESTDIR="${D}" install || die
23
	dodoc "${S}"/{ChangeLog,NEWS,README,TODO}
31
	dodoc "${S}"/{ChangeLog,NEWS,README,TODO}

Return to bug 347317