Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 287471 Details for
Bug 384167
sys-devel/crossdev: prefix support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
sys-devel/crossdev-20101011.ebuild
crossdev-20101011.ebuild (text/plain), 847 bytes, created by
Benn Snyder
on 2011-09-23 06:40:50 UTC
(
hide
)
Description:
sys-devel/crossdev-20101011.ebuild
Filename:
MIME Type:
Creator:
Benn Snyder
Created:
2011-09-23 06:40:50 UTC
Size:
847 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/crossdev-20101011.ebuild,v 1.1 2010/10/11 09:00:42 vapier Exp $ > >EAPI="3" > >inherit eutils > >if [[ ${PV} == "99999999" ]] ; then > EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/crossdev.git" > inherit git > SRC_URI="" > #KEYWORDS="" >else > SRC_URI="mirror://gentoo/${P}.tar.xz > http://dev.gentoo.org/~vapier/dist/${P}.tar.xz" >KEYWORDS="" >fi > >DESCRIPTION="Gentoo Cross-toolchain generator" >HOMEPAGE="http://www.gentoo.org/" > >LICENSE="GPL-2" >SLOT="0" >IUSE="" > >RDEPEND=">=sys-apps/portage-2.1 > app-shells/bash > !sys-devel/crossdev-wrappers" >DEPEND="app-arch/xz-utils" > >src_prepare() { > epatch "${FILESDIR}/${P}-eprefix.patch" || die >} > >src_install() { > emake DESTDIR="${D}" install || die >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 384167
:
287471
|
287473
|
288587
|
296623
|
319886
|
319948
|
354346
|
354352
|
438666