diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-08-07 13:50:55 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-08-07 13:50:55 +0000 |
commit | a9345690540d336f8a84a6108baf4ef90091ca0a (patch) | |
tree | 1f0c79cc70887c87ee26c2f1b54212b8360fb073 /x11-libs/cairo | |
parent | Stable on sparc wrt #185823 (diff) | |
download | historical-a9345690540d336f8a84a6108baf4ef90091ca0a.tar.gz historical-a9345690540d336f8a84a6108baf4ef90091ca0a.tar.bz2 historical-a9345690540d336f8a84a6108baf4ef90091ca0a.zip |
Stable on sparc wrt #185823
Package-Manager: portage-2.1.2.11
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.4.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index 51393a9e0d04..d2c2d0c98cf9 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.138 2007/08/06 04:51:43 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.139 2007/08/07 13:49:17 gustavoz Exp $ + + 07 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org> cairo-1.4.10.ebuild: + Stable on sparc wrt #185823 06 Aug 2007; Joshua Kinard <kumba@gentoo.org> cairo-1.4.10.ebuild: Stable on mips, per #185823. diff --git a/x11-libs/cairo/cairo-1.4.10.ebuild b/x11-libs/cairo/cairo-1.4.10.ebuild index 296542cdd6bd..f66f11629821 100644 --- a/x11-libs/cairo/cairo-1.4.10.ebuild +++ b/x11-libs/cairo/cairo-1.4.10.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.4.10.ebuild,v 1.2 2007/08/06 04:51:43 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.4.10.ebuild,v 1.3 2007/08/07 13:49:17 gustavoz 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 ~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 opengl svg X xcb" # Test causes a circular depend on gtk+... since gtk+ needs cairo but test needs gtk+ so we need to block it |