diff options
author | Markus Meier <maekke@gentoo.org> | 2011-12-21 22:15:30 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-12-21 22:15:30 +0000 |
commit | efb2ff3bdde8d4a83dcc907f8e319365f49377e8 (patch) | |
tree | 066f877eaeb3b74388f80221c83c1ef3c56b52eb /x11-libs/pixman | |
parent | Version bump. (diff) | |
download | gentoo-2-efb2ff3bdde8d4a83dcc907f8e319365f49377e8.tar.gz gentoo-2-efb2ff3bdde8d4a83dcc907f8e319365f49377e8.tar.bz2 gentoo-2-efb2ff3bdde8d4a83dcc907f8e319365f49377e8.zip |
arm stable, bug #394393
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'x11-libs/pixman')
-rw-r--r-- | x11-libs/pixman/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/pixman/pixman-0.24.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/pixman/ChangeLog b/x11-libs/pixman/ChangeLog index 7ba528bd4397..1811352436c4 100644 --- a/x11-libs/pixman/ChangeLog +++ b/x11-libs/pixman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/pixman # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.118 2011/12/20 21:07:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.119 2011/12/21 22:15:30 maekke Exp $ + + 21 Dec 2011; Markus Meier <maekke@gentoo.org> pixman-0.24.0.ebuild: + arm stable, bug #394393 20 Dec 2011; Jeroen Roovers <jer@gentoo.org> pixman-0.24.0.ebuild: Stable for HPPA (bug #394393). diff --git a/x11-libs/pixman/pixman-0.24.0.ebuild b/x11-libs/pixman/pixman-0.24.0.ebuild index 3acbdf38b697..df211ed597db 100644 --- a/x11-libs/pixman/pixman-0.24.0.ebuild +++ b/x11-libs/pixman/pixman-0.24.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.24.0.ebuild,v 1.4 2011/12/20 21:07:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.24.0.ebuild,v 1.5 2011/12/21 22:15:30 maekke Exp $ EAPI=4 inherit xorg-2 toolchain-funcs versionator @@ -8,7 +8,7 @@ inherit xorg-2 toolchain-funcs versionator EGIT_REPO_URI="git://anongit.freedesktop.org/git/pixman" DESCRIPTION="Low-level pixel manipulation routines" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" IUSE="altivec iwmmxt mmx neon sse2" PATCHES=( "${FILESDIR}"/${P}-posix-test.patch ) |