diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-08-11 07:34:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-08-11 07:34:47 +0000 |
commit | e8b2a0b5291d351740e12e98e5b7d2a119dd5532 (patch) | |
tree | a0a87e30ce5e7dc055c4939bb136f46882d5b540 /dev-ruby/rdiscount | |
parent | Update the udev removal patch to remove two more rule files, wrt #430872. (diff) | |
download | historical-e8b2a0b5291d351740e12e98e5b7d2a119dd5532.tar.gz historical-e8b2a0b5291d351740e12e98e5b7d2a119dd5532.tar.bz2 historical-e8b2a0b5291d351740e12e98e5b7d2a119dd5532.zip |
Stable for amd64, wrt bug #421617
Package-Manager: portage-2.1.11.9/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-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rdiscount/ChangeLog b/dev-ruby/rdiscount/ChangeLog index 490881c90cbf..bf9b493103e4 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.12 2012/07/08 16:26:16 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/ChangeLog,v 1.13 2012/08/11 07:34:06 ago Exp $ + + 11 Aug 2012; Agostino Sarubbo <ago@gentoo.org> rdiscount-1.6.8-r1.ebuild: + Stable for amd64, wrt bug #421617 08 Jul 2012; Jeroen Roovers <jer@gentoo.org> rdiscount-1.6.8-r1.ebuild: Marked ~hppa (bug #417573). diff --git a/dev-ruby/rdiscount/rdiscount-1.6.8-r1.ebuild b/dev-ruby/rdiscount/rdiscount-1.6.8-r1.ebuild index caff31fc9a57..bf61e29782b6 100644 --- a/dev-ruby/rdiscount/rdiscount-1.6.8-r1.ebuild +++ b/dev-ruby/rdiscount/rdiscount-1.6.8-r1.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-r1.ebuild,v 1.2 2012/07/08 16:26:16 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdiscount/rdiscount-1.6.8-r1.ebuild,v 1.3 2012/08/11 07:34:06 ago Exp $ EAPI=2 @@ -19,7 +19,7 @@ HOMEPAGE="http://github.com/rtomayko/rdiscount" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" ruby_add_bdepend "doc? ( app-text/ronn )" |