mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 15:06:58 +02:00
Update libpciaccess for X.Org 1.12 update.
BUG=25404 TEST=builds for x86/Arm/AMD64. Runs on Alex. Change-Id: I7514243212bc2c82202ddaf8d64306fd888c2c3e Reviewed-on: https://gerrit.chromium.org/gerrit/15208 Reviewed-by: Stéphane Marchesin <marcheu@chromium.org> Commit-Ready: Stuart Abercrombie <sabercrombie@chromium.org> Tested-by: Stuart Abercrombie <sabercrombie@chromium.org>
This commit is contained in:
parent
f1d356c361
commit
fb79c4248e
@ -1,23 +1,25 @@
|
|||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.12.1.ebuild,v 1.10 2011/06/24 13:17:08 darkside Exp $
|
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.12.902.ebuild,v 1.1 2011/12/19 01:39:15 chithanh Exp $
|
||||||
|
|
||||||
EAPI=3
|
|
||||||
|
|
||||||
|
EAPI=4
|
||||||
inherit xorg-2
|
inherit xorg-2
|
||||||
|
|
||||||
DESCRIPTION="Library providing generic access to the PCI bus and devices"
|
DESCRIPTION="Library providing generic access to the PCI bus and devices"
|
||||||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
|
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||||
IUSE="minimal zlib"
|
IUSE="minimal zlib"
|
||||||
|
|
||||||
DEPEND="zlib? ( sys-libs/zlib )"
|
DEPEND="!<x11-base/xorg-server-1.5
|
||||||
|
zlib? ( sys-libs/zlib )"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
pkg_setup() {
|
pkg_setup() {
|
||||||
xorg-2_pkg_setup
|
xorg-2_pkg_setup
|
||||||
|
|
||||||
CONFIGURE_OPTIONS="$(use_with zlib)
|
XORG_CONFIGURE_OPTIONS=(
|
||||||
--with-pciids-path=${EPREFIX}/usr/share/misc"
|
"$(use_with zlib)"
|
||||||
|
"--with-pciids-path=${EPREFIX}/usr/share/misc"
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
Loading…
Reference in New Issue
Block a user