diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-08-09 10:25:28 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-08-09 10:25:28 +0000 |
commit | e54b876479310c867d215dc32d0fa08564987d15 (patch) | |
tree | 7b4efab69169915946c9b819454818d0ce6da1b3 /dev-ruby | |
parent | Cleanup old versions for security bug #518646 (diff) | |
download | gentoo-2-e54b876479310c867d215dc32d0fa08564987d15.tar.gz gentoo-2-e54b876479310c867d215dc32d0fa08564987d15.tar.bz2 gentoo-2-e54b876479310c867d215dc32d0fa08564987d15.zip |
Stable for HPPA (bug #503570).
(Portage version: 2.2.11-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rdiscount/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rdiscount/ChangeLog b/dev-ruby/rdiscount/ChangeLog index d18391fa384a..62d246457695 100644 --- a/dev-ruby/rdiscount/ChangeLog +++ b/dev-ruby/rdiscount/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rdiscount # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.29 2014/07/21 13:57:35 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.30 2014/08/09 10:25:28 jer Exp $ + + 09 Aug 2014; Jeroen Roovers <jer@gentoo.org> rdiscount-1.6.8-r2.ebuild: + Stable for HPPA (bug #503570). 21 Jul 2014; Tobias Klausmann <klausman@gentoo.org> rdiscount-1.6.8-r1.ebuild: diff --git a/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild b/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild index da30e50538ba..4eedd7d98fb8 100644 --- a/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild +++ b/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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-r2.ebuild,v 1.2 2014/04/05 23:05:50 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8-r2.ebuild,v 1.3 2014/08/09 10:25:28 jer Exp $ EAPI=5 @@ -19,7 +19,7 @@ HOMEPAGE="http://github.com/rtomayko/rdiscount" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" ruby_add_bdepend "doc? ( app-text/ronn )" |