diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-10-20 13:27:12 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-10-20 13:27:12 +0000 |
commit | fb8b5c0059c9d861486eff9b25650ee1a8b242dd (patch) | |
tree | 5a20195a5c01ac42c20a6f7b1114123457035067 /x11-libs/cairo | |
parent | Cleaning up (diff) | |
download | gentoo-2-fb8b5c0059c9d861486eff9b25650ee1a8b242dd.tar.gz gentoo-2-fb8b5c0059c9d861486eff9b25650ee1a8b242dd.tar.bz2 gentoo-2-fb8b5c0059c9d861486eff9b25650ee1a8b242dd.zip |
Mark 1.0.4-r1 stable on alpha
(Portage version: 2.1.1-r1)
Diffstat (limited to 'x11-libs/cairo')
-rw-r--r-- | x11-libs/cairo/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/cairo/cairo-1.0.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index ecf83d2fdbab..776631be5fa3 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.81 2006/10/12 15:27:59 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.82 2006/10/20 13:27:12 agriffis Exp $ + + 20 Oct 2006; Aron Griffis <agriffis@gentoo.org> cairo-1.0.4-r1.ebuild: + Mark 1.0.4-r1 stable on alpha *cairo-1.0.4-r1 (12 Oct 2006) diff --git a/x11-libs/cairo/cairo-1.0.4-r1.ebuild b/x11-libs/cairo/cairo-1.0.4-r1.ebuild index bb54ebbbe01c..4c637b3e6a85 100644 --- a/x11-libs/cairo/cairo-1.0.4-r1.ebuild +++ b/x11-libs/cairo/cairo-1.0.4-r1.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.4-r1.ebuild,v 1.2 2006/10/14 20:40:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/cairo-1.0.4-r1.ebuild,v 1.3 2006/10/20 13:27:12 agriffis 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 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc-macos ~ppc64 s390 sh ~sparc ~x86 ~x86-fbsd" IUSE="doc glitz png X" # bug 118106: not entirely broken, just too flakey RESTRICT="test" |