diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-17 13:55:29 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-17 13:55:29 +0000 |
commit | c0e68f86d6d4577859d9da43799161905a130f12 (patch) | |
tree | e0b0b4c1302d099da6a18595bcf75b5ab2e44cf9 /dev-ruby/rdiscount | |
parent | Stable for amd64, wrt bug #398847 (diff) | |
download | gentoo-2-c0e68f86d6d4577859d9da43799161905a130f12.tar.gz gentoo-2-c0e68f86d6d4577859d9da43799161905a130f12.tar.bz2 gentoo-2-c0e68f86d6d4577859d9da43799161905a130f12.zip |
Stable for amd64, wrt bug #398847
(Portage version: 2.1.10.41/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 160488b0c9b7..f6917db4a8cf 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.9 2012/01/14 07:11:20 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.10 2012/01/17 13:55:29 ago Exp $ + + 17 Jan 2012; Agostino Sarubbo <ago@gentoo.org> rdiscount-1.6.8.ebuild: + Stable for amd64, wrt bug #398847 *rdiscount-1.6.8-r1 (14 Jan 2012) diff --git a/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild b/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild index 0f53bd05421c..904bb6f517a1 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.7 2012/01/14 07:11:20 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8.ebuild,v 1.8 2012/01/17 13:55:29 ago 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 )" |