Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 338834 Details for
Bug 457204
dev-libs/bitset-2.8.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
bitset-2.8.2.ebuild
bitset-2.8.2.ebuild (text/plain), 871 bytes, created by
Johan Bergström
on 2013-02-14 06:03:04 UTC
(
hide
)
Description:
bitset-2.8.2.ebuild
Filename:
MIME Type:
Creator:
Johan Bergström
Created:
2013-02-14 06:03:04 UTC
Size:
871 bytes
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="5" > >inherit autotools eutils vcs-snapshot > >DESCRIPTION="A compressed bitset with supporting data structures and algorithms" >HOMEPAGE="https://github.com/chriso/bitset" >SRC_URI="https://github.com/chriso/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >IUSE="jemalloc static-libs tcmalloc" >KEYWORDS="~amd64 ~x86" > >RDEPEND="tcmalloc? ( dev-util/google-perftools ) > jemalloc? ( >=dev-libs/jemalloc-3.2 )" >DEPEND="${RDEPEND}" > >REQUIRED_USE="tcmalloc? ( !jemalloc ) > jemalloc? ( !tcmalloc )" > >DOCS=( README.md ) > >src_prepare() { > eautoreconf >} > >src_configure() { > econf \ > $(use_with jemalloc) \ > $(use_with tcmalloc) \ > $(use_enable static-libs static) >} > >src_install() { > default > use static-libs || prune_libtool_files >}
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 457204
: 338834