diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-03-07 16:22:21 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-03-07 16:22:21 +0000 |
commit | 65e9fc74b352b899a653dc5d52b94fe098c7e48a (patch) | |
tree | 2cf66d8704a9cbf315420593d14c2f3c82b7cbbb /dev-ruby/chronic | |
parent | must not set ABI for non-multilib-able archs at all (diff) | |
download | gentoo-2-65e9fc74b352b899a653dc5d52b94fe098c7e48a.tar.gz gentoo-2-65e9fc74b352b899a653dc5d52b94fe098c7e48a.tar.bz2 gentoo-2-65e9fc74b352b899a653dc5d52b94fe098c7e48a.zip |
Add ~x86-fbsd
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/chronic')
-rw-r--r-- | dev-ruby/chronic/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/chronic/chronic-0.6.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/chronic/ChangeLog b/dev-ruby/chronic/ChangeLog index ca40abb2fad1..8c2996b17103 100644 --- a/dev-ruby/chronic/ChangeLog +++ b/dev-ruby/chronic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/chronic -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v 1.5 2011/12/17 15:48:16 graaff Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/ChangeLog,v 1.6 2012/03/07 16:22:21 naota Exp $ + + 07 Mar 2012; Naohiro Aota <naota@gentoo.org> chronic-0.6.6.ebuild: + Add ~x86-fbsd *chronic-0.6.6 (17 Dec 2011) diff --git a/dev-ruby/chronic/chronic-0.6.6.ebuild b/dev-ruby/chronic/chronic-0.6.6.ebuild index bea99b08e5d4..c0580ebea41e 100644 --- a/dev-ruby/chronic/chronic-0.6.6.ebuild +++ b/dev-ruby/chronic/chronic-0.6.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.6.6.ebuild,v 1.1 2011/12/17 15:48:16 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/chronic/chronic-0.6.6.ebuild,v 1.2 2012/03/07 16:22:21 naota Exp $ EAPI="2" USE_RUBY="ruby18 ree18 jruby ruby19" @@ -16,6 +16,6 @@ DESCRIPTION="Chronic is a natural language date/time parser written in pure Ruby HOMEPAGE="https://github.com/mojombo/chronic" LICENSE="MIT" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x86-fbsd" SLOT="0" IUSE="" |