public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/aasm/
Date: Wed, 15 Jun 2011 11:38:34 +0000 (UTC)	[thread overview]
Message-ID: <1a904e9b97e789862b94e7b2192f3f19185bab57.graaff@gentoo> (raw)

commit:     1a904e9b97e789862b94e7b2192f3f19185bab57
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Jun 14 10:58:14 2011 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 10:58:14 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=1a904e9b

Add x86 keyword.

(Portage version: 2.1.9.42/git/Linux x86_64, signed Manifest commit with key 0xAE7BB49B0EBD264A!)

---
 dev-ruby/aasm/ChangeLog         |    4 ++++
 dev-ruby/aasm/Manifest          |   10 +++++-----
 dev-ruby/aasm/aasm-2.2.0.ebuild |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/dev-ruby/aasm/ChangeLog b/dev-ruby/aasm/ChangeLog
index 4c6b0d9..2d6a3cc 100644
--- a/dev-ruby/aasm/ChangeLog
+++ b/dev-ruby/aasm/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  14 Jun 2011; Hans de Graaff <graaff@gentoo.org> aasm-2.2.0.ebuild,
+  metadata.xml:
+  Add x86 keyword.
+
 *aasm-2.2.0 (10 Jun 2011)
 
   10 Jun 2011; Hans de Graaff <graaff@gentoo.org> +aasm-2.2.0.ebuild,

diff --git a/dev-ruby/aasm/Manifest b/dev-ruby/aasm/Manifest
index 22cba05..5000ae3 100644
--- a/dev-ruby/aasm/Manifest
+++ b/dev-ruby/aasm/Manifest
@@ -2,13 +2,13 @@
 Hash: SHA256
 
 DIST aasm-2.2.0.gem 18944 RMD160 59540eb5baeefcc3b915004e53a357ba6dec7100 SHA1 004739f39bfb56a77e422c47fd04be72009cb616 SHA256 fc9ce853e38663dd29073c0a350e94342267aac6d766e9b5b5d94f0cbcc0e91a
-EBUILD aasm-2.2.0.ebuild 763 RMD160 4c70e8905212bf55340b77c123c5fb0ede4a1bdc SHA1 b5713537f785f91821c0f3ec9e136a4b574c7a61 SHA256 5807ce678344e553fb5748bc261f3d526bba9af4360663e336be02ad6b1aeba4
-MISC ChangeLog 281 RMD160 25adc8eacccc71e647992c0440dff69c64f4e99d SHA1 65d39d587ec168735177cea30ea8fb6ac79df59b SHA256 2e31a355c477210404b384b15c496a390968251bc7aef17e84e82dc341b4ade9
+EBUILD aasm-2.2.0.ebuild 768 RMD160 d73da3a86203bc7ccc7146e2b9d07fe0091ccf49 SHA1 185095ae57e241fc357b48d78b64af712fced5f0 SHA256 d937e339af46391fa9749c6f8f3df154f3de4e24ca78a056682ae208035f5f5b
+MISC ChangeLog 386 RMD160 187de3c52f3b39b97081be93909b12d00b44cdcf SHA1 7646ac5a1ec03d2e353f95ca93247e81b952a00d SHA256 07a27e19b9fd08cc2f773283ce2ddcef3f2a8e54c572cba180ecba58c67d7e6e
 MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iF4EAREIAAYFAk3xxU4ACgkQrnu0mw69Jkq+gwD/R2uocNq7jep6tx102ywRz+zs
-xXyk8/Zcev1R3ne+PzUA/RBgF0xhG46lfykOUW8dt+KItSl+taYi7wNh9+3F81cN
-=j3OS
+iF4EAREIAAYFAk33PsYACgkQrnu0mw69JkobbgD/VbICeWAloJFQwzp8cBrrB+NS
+RKxgxb9P+w5KoDbACzsA/iZC5p9GJNkua4goQTo2Offncs19TiaLndYbxtTOW0yL
+=2wLS
 -----END PGP SIGNATURE-----

diff --git a/dev-ruby/aasm/aasm-2.2.0.ebuild b/dev-ruby/aasm/aasm-2.2.0.ebuild
index c2a0610..cd90547 100644
--- a/dev-ruby/aasm/aasm-2.2.0.ebuild
+++ b/dev-ruby/aasm/aasm-2.2.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/rubyist/aasm"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 #  rspec (>= 0, development)



             reply	other threads:[~2011-06-15 11:39 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-15 11:38 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-27  7:07 [gentoo-commits] dev/graaff:master commit in: dev-ruby/aasm/ Hans de Graaff
2016-08-15 13:34 Hans de Graaff
2016-08-15 13:34 Hans de Graaff
2016-04-01  7:01 Hans de Graaff
2016-04-01  7:01 Hans de Graaff
2015-12-09  6:36 Hans de Graaff
2015-10-29  6:14 Hans de Graaff
2015-10-29  6:14 Hans de Graaff
2015-10-02 10:59 Hans de Graaff
2015-10-02 10:59 Hans de Graaff
2015-07-01 21:34 Hans de Graaff
2015-05-22  7:06 Hans de Graaff
2015-04-17 11:55 Hans de Graaff
2015-01-16 13:10 Hans de Graaff
2015-01-16 13:10 Hans de Graaff
2014-09-24  7:31 Hans de Graaff
2014-09-15  6:42 Hans de Graaff
2014-09-15  6:42 Hans de Graaff
2014-07-24 13:38 Hans de Graaff
2014-08-19  6:45 ` Hans de Graaff
2014-07-15  9:03 Hans de Graaff
2014-05-27  5:07 Hans de Graaff
2014-04-02 13:42 Hans de Graaff
2014-02-21 12:23 Hans de Graaff
2014-02-21 12:23 Hans de Graaff
2014-02-07 10:11 Hans de Graaff
2014-02-07 10:11 Hans de Graaff
2013-11-29  9:54 Hans de Graaff
2013-10-25  9:08 Hans de Graaff
2013-10-25  9:08 Hans de Graaff
2013-09-13  9:46 Hans de Graaff
2013-06-21 11:37 Hans de Graaff
2013-06-21 11:37 Hans de Graaff
2013-05-19  6:51 Hans de Graaff
2013-05-19  6:51 Hans de Graaff
2013-02-14 15:52 Hans de Graaff
2013-01-08 12:06 Hans de Graaff
2012-12-31 14:27 Hans de Graaff
2012-11-20 10:00 Hans de Graaff
2012-11-20 10:00 Hans de Graaff
2012-10-08 13:37 Hans de Graaff
2012-07-05  8:47 Hans de Graaff
2012-04-30  9:30 Hans de Graaff
2012-04-30  9:30 Hans de Graaff
2012-04-03 11:46 Hans de Graaff
2012-01-02  9:55 Hans de Graaff
2012-01-02  9:55 Hans de Graaff
2011-10-14 12:30 Hans de Graaff
2011-09-12 12:12 Hans de Graaff
2011-06-10  7:19 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1a904e9b97e789862b94e7b2192f3f19185bab57.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox