diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-06-04 19:55:27 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-06-04 19:55:27 +0000 |
commit | 5040eb06266811917632564af1df6bc218accccc (patch) | |
tree | 78be7778dbcb03063a09caa359bb0d01a1246e81 /x11-libs | |
parent | version bump (changed versioning scheme) - ebuild submitted by Piotr Szymania... (diff) | |
download | historical-5040eb06266811917632564af1df6bc218accccc.tar.gz historical-5040eb06266811917632564af1df6bc218accccc.tar.bz2 historical-5040eb06266811917632564af1df6bc218accccc.zip |
Stable on ppc64; bug #224929
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.6.4.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/pixman/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/pixman/pixman-0.10.0.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 55e75c549245..14a29cea49c3 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/cairo # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.181 2008/06/04 19:07:15 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.182 2008/06/04 19:55:27 corsair Exp $ + + 04 Jun 2008; Markus Rothe <corsair@gentoo.org> cairo-1.6.4.ebuild: + Stable on ppc64; bug #224929 04 Jun 2008; Doug Goldstein <cardoe@gentoo.org> -files/cairo-1.6.2-fix-g++-linking.patch, diff --git a/x11-libs/cairo/cairo-1.6.4.ebuild b/x11-libs/cairo/cairo-1.6.4.ebuild index d2399ea4e809..580ec7e4df06 100644 --- a/x11-libs/cairo/cairo-1.6.4.ebuild +++ b/x11-libs/cairo/cairo-1.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.6.4.ebuild,v 1.3 2008/06/04 19:07:15 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.6.4.ebuild,v 1.4 2008/06/04 19:55:27 corsair Exp $ inherit eutils flag-o-matic libtool @@ -10,7 +10,7 @@ SRC_URI="http://cairographics.org/releases/${P}.tar.gz" LICENSE="|| ( LGPL-2.1 MPL-1.1 )" SLOT="0" -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="debug directfb doc glitz opengl svg test X xcb" RDEPEND="media-libs/fontconfig diff --git a/x11-libs/pixman/ChangeLog b/x11-libs/pixman/ChangeLog index e9c55bd42210..c69db3da21dc 100644 --- a/x11-libs/pixman/ChangeLog +++ b/x11-libs/pixman/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/pixman # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.5 2008/04/02 01:19:10 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/ChangeLog,v 1.6 2008/06/04 19:53:33 corsair Exp $ + + 04 Jun 2008; Markus Rothe <corsair@gentoo.org> pixman-0.10.0.ebuild: + Stable on ppc64; bug #224929 *pixman-0.10.0 (02 Apr 2008) diff --git a/x11-libs/pixman/pixman-0.10.0.ebuild b/x11-libs/pixman/pixman-0.10.0.ebuild index 05ef9053c1e3..6ee813240974 100644 --- a/x11-libs/pixman/pixman-0.10.0.ebuild +++ b/x11-libs/pixman/pixman-0.10.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.10.0.ebuild,v 1.1 2008/04/02 01:19:10 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pixman/pixman-0.10.0.ebuild,v 1.2 2008/06/04 19:53:33 corsair Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,4 +8,4 @@ inherit x-modular DESCRIPTION="Low-level pixel manipulation routines" -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" |