diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-03-05 15:48:32 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-03-05 15:48:32 +0000 |
commit | 4095574ea0ae8faabe93711dc46ec564e16757f9 (patch) | |
tree | d5c9bceec96b3b4e6fbabee567d875cd4b1b7f29 /x11-libs/libpciaccess | |
parent | New package, fixes bug 316913. Thanks to Jean-Francis Roy for the initial ebu... (diff) | |
download | gentoo-2-4095574ea0ae8faabe93711dc46ec564e16757f9.tar.gz gentoo-2-4095574ea0ae8faabe93711dc46ec564e16757f9.tar.bz2 gentoo-2-4095574ea0ae8faabe93711dc46ec564e16757f9.zip |
alpha/arm/ia64/sh/sparc stable wrt #354237
(Portage version: 2.1.9.41/cvs/Linux ia64)
Diffstat (limited to 'x11-libs/libpciaccess')
-rw-r--r-- | x11-libs/libpciaccess/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libpciaccess/libpciaccess-0.12.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/libpciaccess/ChangeLog b/x11-libs/libpciaccess/ChangeLog index f805178216d2..9587260b0ccd 100644 --- a/x11-libs/libpciaccess/ChangeLog +++ b/x11-libs/libpciaccess/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libpciaccess # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.66 2011/03/01 13:59:51 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/ChangeLog,v 1.67 2011/03/05 15:48:32 armin76 Exp $ + + 05 Mar 2011; Raúl Porcel <armin76@gentoo.org> libpciaccess-0.12.1.ebuild: + alpha/arm/ia64/sh/sparc stable wrt #354237 01 Mar 2011; Michał Górny <mgorny@gentoo.org> libpciaccess-0.12.0.ebuild: Fix installation with new xorg-2.eclass. diff --git a/x11-libs/libpciaccess/libpciaccess-0.12.1.ebuild b/x11-libs/libpciaccess/libpciaccess-0.12.1.ebuild index bc8da9b047b9..9fea5ad34065 100644 --- a/x11-libs/libpciaccess/libpciaccess-0.12.1.ebuild +++ b/x11-libs/libpciaccess/libpciaccess-0.12.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # 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.7 2011/02/23 16:35:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libpciaccess/libpciaccess-0.12.1.ebuild,v 1.8 2011/03/05 15:48:32 armin76 Exp $ EAPI=3 inherit xorg-2 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" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sh sparc x86 ~x86-fbsd" IUSE="minimal zlib" DEPEND="zlib? ( sys-libs/zlib )" |