Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 246959 Details for
Bug 316945
sys-devel/gdb-7.2: requires python-2*
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gdb-7.2.ebuild.patch
gdb-7.2.ebuild.patch (text/plain), 882 bytes, created by
Arfrever Frehtes Taifersar Arahesis (RETIRED)
on 2010-09-12 11:40:04 UTC
(
hide
)
Description:
gdb-7.2.ebuild.patch
Filename:
MIME Type:
Creator:
Arfrever Frehtes Taifersar Arahesis (RETIRED)
Created:
2010-09-12 11:40:04 UTC
Size:
882 bytes
patch
obsolete
>--- gdb-7.2.ebuild >+++ gdb-7.2.ebuild >@@ -31,15 +31,13 @@ > RDEPEND=">=sys-libs/ncurses-5.2-r2 > sys-libs/readline > expat? ( dev-libs/expat ) >- python? ( dev-lang/python )" >+ python? ( =dev-lang/python-2* )" > DEPEND="${RDEPEND} > app-arch/xz-utils > test? ( dev-util/dejagnu ) > nls? ( sys-devel/gettext )" > >-src_unpack() { >- unpack ${A} >- cd "${S}" >+src_prepare() { > use vanilla || [[ -n ${PATCH_VER} ]] && EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch > strip-linguas -u bfd/po opcodes/po > } >@@ -53,7 +51,7 @@ > fi > } > >-src_compile() { >+src_configure() { > strip-unsupported-flags > econf \ > --with-pkgversion="$(gdb_branding)" \ >@@ -65,9 +63,7 @@ > $(use_with expat) \ > $(use_enable nls) \ > $(use multitarget && echo --enable-targets=all) \ >- $(use_with python) \ >- || die >- emake || die >+ $(use_with python python "${EPREFIX}/usr/bin/python2") > } > > src_test() {
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 316945
:
246901
| 246959