diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-01-03 16:48:16 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-01-03 16:48:16 +0000 |
commit | 9105537460eb974a1178c19097158e18d8fb6725 (patch) | |
tree | 3d59f746a2fd39e5b2104d490a865b1d45b8c318 /x11-libs/cairo | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-9105537460eb974a1178c19097158e18d8fb6725.tar.gz gentoo-2-9105537460eb974a1178c19097158e18d8fb6725.tar.bz2 gentoo-2-9105537460eb974a1178c19097158e18d8fb6725.zip |
Stable on amd64. For bug #117505.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index ec42bf37a4f5..dcdfca431bd7 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/cairo # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.51 2006/01/03 15:43:01 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.52 2006/01/03 16:43:33 metalgod Exp $ + + 03 Jan 2006; Luis Medinas <metalgod@gentoo.org> cairo-1.0.2.ebuild: + Stable on amd64. For bug #117505. 03 Jan 2006; Markus Rothe <corsair@gentoo.org> cairo-1.0.2.ebuild: Stable on ppc64 diff --git a/x11-libs/cairo/cairo-1.0.2.ebuild b/x11-libs/cairo/cairo-1.0.2.ebuild index f1e89c129571..c80bb191672c 100644 --- a/x11-libs/cairo/cairo-1.0.2.ebuild +++ b/x11-libs/cairo/cairo-1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.0.2.ebuild,v 1.6 2006/01/03 15:43:01 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.0.2.ebuild,v 1.7 2006/01/03 16:43:33 metalgod Exp $ inherit eutils @@ -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 ~ppc-macos ppc64 ~s390 ~sh sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ppc64 ~s390 ~sh sparc ~x86" IUSE="doc glitz png X" RDEPEND="media-libs/fontconfig |