Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 371412 Details for
Bug 503024
dev-libs/lzo: add gx86-multilib support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
The patch
lzo-2.06-r1.ebuild.diff (text/plain), 1.61 KB, created by
Michał Górny
on 2014-02-28 09:31:02 UTC
(
hide
)
Description:
The patch
Filename:
MIME Type:
Creator:
Michał Górny
Created:
2014-02-28 09:31:02 UTC
Size:
1.61 KB
patch
obsolete
>--- lzo-2.06.ebuild 2014-01-18 02:50:39.000000000 +0100 >+++ lzo-2.06-r1.ebuild 2014-02-28 10:28:23.626927605 +0100 >@@ -2,7 +2,9 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/dev-libs/lzo/lzo-2.06.ebuild,v 1.16 2014/01/18 01:50:39 vapier Exp $ > >-EAPI=4 >+EAPI=5 >+ >+inherit multilib-minimal > > DESCRIPTION="An extremely fast compression and decompression library" > HOMEPAGE="http://www.oberhumer.com/opensource/lzo/" >@@ -10,19 +12,23 @@ SRC_URI="http://www.oberhumer.com/openso > > LICENSE="GPL-2" > SLOT="2" >-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" >+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" > IUSE="examples static-libs" > >-src_configure() { >+RDEPEND="abi_x86_32? ( >+ !<=app-emulation/emul-linux-x86-baselibs-20131008-r19 >+ !app-emulation/emul-linux-x86-baselibs[-abi_x86_32] >+ )" >+ >+multilib_src_configure() { >+ ECONF_SOURCE=${S} \ > econf \ > --docdir="${EPREFIX}"/usr/share/doc/${PF} \ > --enable-shared \ > $(use_enable static-libs static) > } > >-src_install() { >- emake DESTDIR="${D}" install >- >+multilib_src_install_all() { > dodoc BUGS ChangeLog README THANKS doc/* > rm "${ED}"/usr/share/doc/${PF}/COPYING || 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 503024
: 371412