Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 394226 Details for
Bug 514812
dev-util/rpmdevtools-8.3-r1 fails to build
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild to apply patch
rpmdevtools-8.3-r1.ebuild (text/ebuild), 1010 bytes, created by
Samuel Bernardo
on 2015-01-18 01:41:13 UTC
(
hide
)
Description:
ebuild to apply patch
Filename:
MIME Type:
Creator:
Samuel Bernardo
Created:
2015-01-18 01:41:13 UTC
Size:
1010 bytes
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-util/rpmdevtools/rpmdevtools-8.3-r1.ebuild,v 1.2 2013/06/04 21:40:33 bicatali Exp $ > >EAPI=4 > >DESCRIPTION="Collection of rpm packaging related utilities" >HOMEPAGE="https://fedorahosted.org/rpmdevtools/" >SRC_URI="https://fedorahosted.org/releases/r/p/${PN}/${P}.tar.xz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" >IUSE="emacs" > >PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) > >CDEPEND=" > app-arch/rpm[python] > net-misc/curl > emacs? ( app-emacs/rpm-spec-mode ) > dev-util/checkbashisms >" > >DEPEND=" > ${CDEPEND} > dev-lang/perl > sys-apps/help2man >" > >RDEPEND="${CDEPEND}" > >inherit eutils > >src_prepare() { > default > > epatch "${FILESDIR}"/set_python27.patch >} > >src_install() { > default > > rm "${ED}/usr/bin/checkbashisms" || die "Failed to remove checkbashisms script" >}
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 514812
:
394224
| 394226