diff options
author | 2013-12-26 14:47:15 +0000 | |
---|---|---|
committer | 2013-12-26 14:47:15 +0000 | |
commit | 043d5c7c134afc1c47ee9b7f08a17b1bbf0281b4 (patch) | |
tree | aca63a4d9b70dcd99c70a168ee6160ff250ac278 /dev-ruby/fcgi | |
parent | add ~arm, bug #488594 (diff) | |
download | gentoo-2-043d5c7c134afc1c47ee9b7f08a17b1bbf0281b4.tar.gz gentoo-2-043d5c7c134afc1c47ee9b7f08a17b1bbf0281b4.tar.bz2 gentoo-2-043d5c7c134afc1c47ee9b7f08a17b1bbf0281b4.zip |
arm stable, bug #493780
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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 5e43fcaf8a64..a9eca529863b 100644 --- a/dev-ruby/fcgi/ChangeLog +++ b/dev-ruby/fcgi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/fcgi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.12 2013/12/22 14:55:21 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/ChangeLog,v 1.13 2013/12/26 14:47:15 maekke Exp $ + + 26 Dec 2013; Markus Meier <maekke@gentoo.org> fcgi-0.8.8-r2.ebuild: + arm stable, bug #493780 22 Dec 2013; Jeroen Roovers <jer@gentoo.org> fcgi-0.9.2.1.ebuild: Stable for HPPA (bug #493780). diff --git a/dev-ruby/fcgi/fcgi-0.8.8-r2.ebuild b/dev-ruby/fcgi/fcgi-0.8.8-r2.ebuild index 271dd6cd9bbb..a23d13b01160 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-2013 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.4 2013/01/15 04:53:15 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fcgi/fcgi-0.8.8-r2.ebuild,v 1.5 2013/12/26 14:47:15 maekke 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="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" LICENSE="Ruby" DEPEND+=" dev-libs/fcgi" |