Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 394668 Details for
Bug 537400
dev-lang/tk-8.6.3 - add multilib support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add multilib love to tk-8.6.3
tk-8.6.3_multilib.patch (text/plain), 1.73 KB, created by
Martin Gysel (bearsh)
on 2015-01-22 21:32:44 UTC
(
hide
)
Description:
add multilib love to tk-8.6.3
Filename:
MIME Type:
Creator:
Martin Gysel (bearsh)
Created:
2015-01-22 21:32:44 UTC
Size:
1.73 KB
patch
obsolete
>--- old/tk-8.6.3.ebuild 2014-12-20 10:03:03.000000000 +0100 >+++ new/tk-8.6.3.ebuild 2015-01-22 07:34:13.864571694 +0100 >@@ -4,7 +4,7 @@ > > EAPI=5 > >-inherit autotools eutils multilib prefix toolchain-funcs versionator virtualx >+inherit autotools eutils multilib prefix toolchain-funcs versionator virtualx multilib-minimal > > MY_P="${PN}${PV/_beta/b}" > >@@ -19,15 +19,15 @@ > > RDEPEND=" > !aqua? ( >- media-libs/fontconfig >- x11-libs/libX11 >- x11-libs/libXt >- truetype? ( x11-libs/libXft ) >- xscreensaver? ( x11-libs/libXScrnSaver ) >+ media-libs/fontconfig[${MULTILIB_USEDEP}] >+ x11-libs/libX11[${MULTILIB_USEDEP}] >+ x11-libs/libXt[${MULTILIB_USEDEP}] >+ truetype? ( x11-libs/libXft[${MULTILIB_USEDEP}] ) >+ xscreensaver? ( x11-libs/libXScrnSaver[${MULTILIB_USEDEP}] ) > ) >- ~dev-lang/tcl-${PV}" >+ ~dev-lang/tcl-${PV}[${MULTILIB_USEDEP}]" > DEPEND="${RDEPEND} >- !aqua? ( x11-proto/xproto )" >+ !aqua? ( x11-proto/xproto[${MULTILIB_USEDEP}] )" > > # Not bumped to 8.6 > #RESTRICT=test >@@ -66,9 +66,11 @@ > -i tcl.m4 || die > > eautoconf >+ >+ multilib_copy_sources > } > >-src_configure() { >+multilib_src_configure() { > local mylibdir=$(get_libdir) > > econf \ >@@ -80,11 +82,11 @@ > $(use_enable debug symbols) > } > >-src_test() { >+multilib_src_test() { > Xemake test > } > >-src_install() { >+multilib_src_install() { > #short version number > local v1=$(get_version_component_range 1-2) > local mylibdir=$(get_libdir) >@@ -124,7 +126,8 @@ > dosym libtk${v1}$(get_libname) /usr/${mylibdir}/libtk$(get_libname) > dosym libtkstub${v1}.a /usr/${mylibdir}/libtkstub.a > >- dosym wish${v1} /usr/bin/wish >- >- dodoc "${SPARENT}"/{ChangeLog*,README,changes} >+ if multilib_is_native_abi; then >+ dosym wish${v1} /usr/bin/wish >+ dodoc "${SPARENT}"/{ChangeLog*,README,changes} >+ fi > }
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 537400
: 394668