summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2007-02-19 18:14:53 +0000
committerJeroen Roovers <jer@gentoo.org>2007-02-19 18:14:53 +0000
commit7b6df949f700966576f239b95e91f3f1f91c356c (patch)
tree0902e11775c5064c20e56240b46322656e9557a1 /x11-libs
parentDepend on swig-1.3.31 when using lua or ocaml binding, bug #161600 (diff)
downloadgentoo-2-7b6df949f700966576f239b95e91f3f1f91c356c.tar.gz
gentoo-2-7b6df949f700966576f239b95e91f3f1f91c356c.tar.bz2
gentoo-2-7b6df949f700966576f239b95e91f3f1f91c356c.zip
Stable for HPPA (bug #167573).
(Portage version: 2.1.2-r9)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/cairo/ChangeLog5
-rw-r--r--x11-libs/cairo/cairo-1.2.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog
index 658293e07752..be57f0b0ccff 100644
--- a/x11-libs/cairo/ChangeLog
+++ b/x11-libs/cairo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/cairo
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.103 2007/02/19 17:52:21 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.104 2007/02/19 18:14:53 jer Exp $
+
+ 19 Feb 2007; Jeroen Roovers <jer@gentoo.org> cairo-1.2.6.ebuild:
+ Stable for HPPA (bug #167573).
19 Feb 2007; nixnut <nixnut@gentoo.org> cairo-1.2.6.ebuild:
Stable on ppc wrt bug 167573
diff --git a/x11-libs/cairo/cairo-1.2.6.ebuild b/x11-libs/cairo/cairo-1.2.6.ebuild
index 295bcac53dde..5af08577b795 100644
--- a/x11-libs/cairo/cairo-1.2.6.ebuild
+++ b/x11-libs/cairo/cairo-1.2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.6.ebuild,v 1.10 2007/02/19 17:52:21 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.2.6.ebuild,v 1.11 2007/02/19 18:14:53 jer Exp $
inherit eutils flag-o-matic
@@ -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 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE="debug directfb doc glitz svg X"
# Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it