diff options
author | Markus Meier <maekke@gentoo.org> | 2011-06-02 14:12:53 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-06-02 14:12:53 +0000 |
commit | 351a1df237714d2d1bc87faba507cce4a3003fbb (patch) | |
tree | fc467fa3e8c25d2d40c97a964e57824209a4bb45 /dev-ruby/rdiscount | |
parent | arm stable, bug #364407 (diff) | |
download | historical-351a1df237714d2d1bc87faba507cce4a3003fbb.tar.gz historical-351a1df237714d2d1bc87faba507cce4a3003fbb.tar.bz2 historical-351a1df237714d2d1bc87faba507cce4a3003fbb.zip |
add ~x86, bug #368983
Package-Manager: portage-2.1.9.50/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/rdiscount')
-rw-r--r-- | dev-ruby/rdiscount/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rdiscount/rdiscount-1.6.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rdiscount/ChangeLog b/dev-ruby/rdiscount/ChangeLog index 51eff0986658..1086074c1800 100644 --- a/dev-ruby/rdiscount/ChangeLog +++ b/dev-ruby/rdiscount/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rdiscount # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.2 2011/01/28 08:10:52 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.3 2011/06/02 14:12:33 maekke Exp $ + + 02 Jun 2011; Markus Meier <maekke@gentoo.org> rdiscount-1.6.8.ebuild: + add ~x86, bug #368983 *rdiscount-1.6.8 (28 Jan 2011) diff --git a/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild b/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild index 46d91cbf6c66..64473eeece45 100644 --- a/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild +++ b/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild,v 1.1 2011/01/28 08:10:52 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild,v 1.2 2011/06/02 14:12:33 maekke Exp $ EAPI=2 @@ -19,7 +19,7 @@ HOMEPAGE="http://github.com/rtomayko/rdiscount" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" ruby_add_bdepend "doc? ( app-text/ronn )" |