Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 422878 Details for
Bug 571880
app-text/liblangtag: USE flag all introspection dependencies
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
liblangtag-0.5.6-r1.ebuild
liblangtag-0.5.6-r1.ebuild (text/plain), 1018 bytes, created by
Matthew Millar
on 2016-01-14 12:55:16 UTC
(
hide
)
Description:
liblangtag-0.5.6-r1.ebuild
Filename:
MIME Type:
Creator:
Matthew Millar
Created:
2016-01-14 12:55:16 UTC
Size:
1018 bytes
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 > >inherit autotools-utils > >DESCRIPTION="An interface library to access tags for identifying languages" >HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/" >SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2" > >LICENSE="|| ( LGPL-3 MPL-1.1 )" >SLOT="0" >KEYWORDS="amd64 ~arm ~ppc x86" >IUSE="introspection static-libs test" > >RDEPEND=" > dev-libs/glib > dev-libs/libxml2 > introspection? ( >=dev-libs/gobject-introspection-0.10.8 )" >DEPEND="${RDEPEND} > introspection? ( dev-libs/gobject-introspection-common ) > sys-devel/gettext > test? ( dev-libs/check )" > ># Upstream expect liblangtag to be installed when one runs tests... >RESTRICT="test" > >PATCHES=( "${FILESDIR}/${PN}-0.5.6-musl.patch" ) > >src_configure() { > local myeconfargs=( > $(use_enable introspection) > $(use_enable test) > ) > autotools-utils_src_configure >} > >src_install() { > autotools-utils_src_install > prune_libtool_files --all >}
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 571880
:
422876
| 422878