diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-09-16 15:00:02 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-09-16 15:00:02 +0000 |
commit | d68f7c4e1d57be9e0d3352a79cbd97e3ce5da421 (patch) | |
tree | 536500a77e9e6ce26687ef65cd981c2b0394f4ed /dev-ruby/activesupport | |
parent | Added possibility to read data from DLT_LINUX_SLL link type, bug #198271, tha... (diff) | |
download | gentoo-2-d68f7c4e1d57be9e0d3352a79cbd97e3ce5da421.tar.gz gentoo-2-d68f7c4e1d57be9e0d3352a79cbd97e3ce5da421.tar.bz2 gentoo-2-d68f7c4e1d57be9e0d3352a79cbd97e3ce5da421.zip |
Marked ~hppa too.
(Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-2.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 4adec81f4b43..f917fd942cfa 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.66 2008/09/13 08:56:40 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.67 2008/09/16 15:00:02 jer Exp $ + + 16 Sep 2008; Jeroen Roovers <jer@gentoo.org> activesupport-2.1.1.ebuild: + Marked ~hppa too. *activesupport-2.1.1 (13 Sep 2008) diff --git a/dev-ruby/activesupport/activesupport-2.1.1.ebuild b/dev-ruby/activesupport/activesupport-2.1.1.ebuild index 1e93b6418761..534fca48a9ce 100644 --- a/dev-ruby/activesupport/activesupport-2.1.1.ebuild +++ b/dev-ruby/activesupport/activesupport-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.1.1.ebuild,v 1.1 2008/09/13 08:56:40 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.1.1.ebuild,v 1.2 2008/09/16 15:00:02 jer Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://rubyforge.org/projects/activesupport/" LICENSE="MIT" SLOT="2.1" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND=">=dev-lang/ruby-1.8.5 |