diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-10-28 17:51:44 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-10-28 17:51:44 +0000 |
commit | 481a8025941b863083631409c9a73743d779b00e (patch) | |
tree | c33efbc44b9eb075a325a8931dc0e6a9cfc3b07c /dev-ruby/fcgi | |
parent | Add ~alpha/~ia64/~sparc wrt #417573 (diff) | |
download | gentoo-2-481a8025941b863083631409c9a73743d779b00e.tar.gz gentoo-2-481a8025941b863083631409c9a73743d779b00e.tar.bz2 gentoo-2-481a8025941b863083631409c9a73743d779b00e.zip |
Add ~alpha/~ia64/~sparc wrt #417573
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/fcgi')
-rw-r--r-- | dev-ruby/fcgi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/fcgi/fcgi-0.8.8-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/fcgi/ChangeLog b/dev-ruby/fcgi/ChangeLog index 8bf009172a19..fe8bfc9c9e19 100644 --- a/dev-ruby/fcgi/ChangeLog +++ b/dev-ruby/fcgi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/fcgi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.2 2012/08/16 16:46:48 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.3 2012/10/28 17:51:44 armin76 Exp $ + + 28 Oct 2012; Raúl Porcel <armin76@gentoo.org> fcgi-0.8.8-r2.ebuild: + Add ~alpha/~ia64/~sparc wrt #417573 16 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> -fcgi-0.8.8.ebuild, fcgi-0.8.8-r2.ebuild: diff --git a/dev-ruby/fcgi/fcgi-0.8.8-r2.ebuild b/dev-ruby/fcgi/fcgi-0.8.8-r2.ebuild index bb327b0d7eb9..b6e60b82449b 100644 --- a/dev-ruby/fcgi/fcgi-0.8.8-r2.ebuild +++ b/dev-ruby/fcgi/fcgi-0.8.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.8.8-r2.ebuild,v 1.2 2012/08/16 16:46:48 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.8.8-r2.ebuild,v 1.3 2012/10/28 17:51:44 armin76 Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 ree18 jruby" @@ -15,7 +15,7 @@ inherit multilib ruby-fakegem DESCRIPTION="FastCGI library for Ruby" HOMEPAGE="http://rubyforge.org/projects/fcgi/" -KEYWORDS="amd64 ~hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" LICENSE="Ruby" DEPEND+=" dev-libs/fcgi" |