diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-09-27 13:47:19 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-09-27 13:47:19 +0000 |
commit | d5f72f132d8a9d524fa96ebf8ef26d0bb4ec06b9 (patch) | |
tree | 6c796d72964ebc14577b5c89e81016cc347ee395 /dev-ruby/rcairo | |
parent | ppc stable #256975 (diff) | |
download | gentoo-2-d5f72f132d8a9d524fa96ebf8ef26d0bb4ec06b9.tar.gz gentoo-2-d5f72f132d8a9d524fa96ebf8ef26d0bb4ec06b9.tar.bz2 gentoo-2-d5f72f132d8a9d524fa96ebf8ef26d0bb4ec06b9.zip |
ppc stable #267435
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'dev-ruby/rcairo')
-rw-r--r-- | dev-ruby/rcairo/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rcairo/ChangeLog b/dev-ruby/rcairo/ChangeLog index f87ae97c048b..3da0f90c613f 100644 --- a/dev-ruby/rcairo/ChangeLog +++ b/dev-ruby/rcairo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rcairo # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/ChangeLog,v 1.33 2009/07/04 15:58:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/ChangeLog,v 1.34 2009/09/27 13:47:19 nixnut Exp $ + + 27 Sep 2009; nixnut <nixnut@gentoo.org> rcairo-1.8.0-r1.ebuild: + ppc stable #267435 04 Jul 2009; Raúl Porcel <armin76@gentoo.org> rcairo-1.8.0-r1.ebuild: alpha/ia64 stable wrt #267435 diff --git a/dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild b/dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild index 6aacb3f2fdd1..8d102c275a7f 100644 --- a/dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild +++ b/dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild,v 1.7 2009/07/04 15:58:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/rcairo-1.8.0-r1.ebuild,v 1.8 2009/09/27 13:47:19 nixnut Exp $ EAPI=2 inherit ruby @@ -13,7 +13,7 @@ SRC_URI="http://cairographics.org/releases/${P}.tar.gz" SLOT="0" LICENSE="|| ( Ruby GPL-2 )" -KEYWORDS="alpha amd64 ia64 ~ppc sparc x86" +KEYWORDS="alpha amd64 ia64 ppc sparc x86" USE_RUBY="ruby18" |