Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 344000 Details for
Bug 464128
dev-libs/libconfig - add multilib ABI support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A patch for the latest ebuild in tree.
libconfig-1.4.9-r1.ebuild.patch (text/plain), 1.49 KB, created by
Karl Lindén
on 2013-04-01 20:38:47 UTC
(
hide
)
Description:
A patch for the latest ebuild in tree.
Filename:
MIME Type:
Creator:
Karl Lindén
Created:
2013-04-01 20:38:47 UTC
Size:
1.49 KB
patch
obsolete
>--- libconfig-1.4.9.ebuild 2013-04-01 20:44:48.617834223 +0200 >+++ libconfig-1.4.9-r1.ebuild 2013-04-01 21:33:39.008817763 +0200 >@@ -1,27 +1,35 @@ >-# Copyright 1999-2012 Gentoo Foundation >+# Copyright 1999-2013 Gentoo Foundation > # Distributed under the terms of the GNU General Public License v2 >-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/libconfig-1.4.9.ebuild,v 1.8 2012/12/30 13:53:41 ago Exp $ >+# $Header: $ > >-EAPI="4" >+EAPI="5" > >-inherit eutils >+inherit eutils autotools-multilib > > DESCRIPTION="Libconfig is a simple library for manipulating structured configuration files" > HOMEPAGE="http://www.hyperrealm.com/libconfig/libconfig.html" >-SRC_URI="http://www.hyperrealm.com/libconfig/${P}.tar.gz" >+SRC_URI="http://www.hyperrealm.com/${PN}/${P}.tar.gz" > > LICENSE="LGPL-2.1" > SLOT="0" >-KEYWORDS="amd64 ~mips ppc ppc64 sparc x86 ~x86-linux" >-IUSE="examples static-libs" >+KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" >+IUSE="+cxx examples static-libs" > > DEPEND=" > sys-devel/libtool > sys-devel/bison" > RDEPEND="" > >+PATCHES=( "${FILESDIR}/${P}-out-of-source-build.patch" ) >+ >+AUTOTOOLS_AUTORECONF="1" >+ > src_configure() { >- econf $(use_enable static-libs static) --disable-examples >+ local myeconfargs=( >+ $(use_enable cxx) >+ --disable-examples >+ ) >+ autotools-multilib_src_configure > } > > src_test() { >@@ -30,8 +38,7 @@ > } > > src_install() { >- default >- prune_libtool_files >+ autotools-multilib_src_install > if use examples; then > local dir > for dir in examples/c examples/c++; do
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 464128
:
344000
|
344002
|
344042