diff options
author | Markus Meier <maekke@gentoo.org> | 2012-04-07 15:02:39 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-04-07 15:02:39 +0000 |
commit | b84dcf6c74f51c1d54f02f700d73585ba39110a1 (patch) | |
tree | cfec877ab363a3e3b7c019cc9d59884c4610abfd /dev-ruby/rdiscount | |
parent | Move package moves of dev-lisp/cl-asdf and dev-lisp/cl-asdf-binary-locations ... (diff) | |
download | historical-b84dcf6c74f51c1d54f02f700d73585ba39110a1.tar.gz historical-b84dcf6c74f51c1d54f02f700d73585ba39110a1.tar.bz2 historical-b84dcf6c74f51c1d54f02f700d73585ba39110a1.zip |
x86 stable, bug #398847
Package-Manager: portage-2.1.10.56/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 f6917db4a8cf..86e76a007a99 100644 --- a/dev-ruby/rdiscount/ChangeLog +++ b/dev-ruby/rdiscount/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rdiscount # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.10 2012/01/17 13:55:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.11 2012/04/07 15:00:32 maekke Exp $ + + 07 Apr 2012; Markus Meier <maekke@gentoo.org> rdiscount-1.6.8.ebuild: + x86 stable, bug #398847 17 Jan 2012; Agostino Sarubbo <ago@gentoo.org> rdiscount-1.6.8.ebuild: Stable for amd64, wrt bug #398847 diff --git a/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild b/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild index 904bb6f517a1..eebaba634440 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-2012 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.8 2012/01/17 13:55:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild,v 1.9 2012/04/07 15:00:32 maekke Exp $ EAPI=2 @@ -19,7 +19,7 @@ HOMEPAGE="http://github.com/rtomayko/rdiscount" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="" ruby_add_bdepend "doc? ( app-text/ronn )" |