diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-01-19 17:00:50 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-01-19 17:00:50 +0000 |
commit | d48df238b8d4f5a14e54346cae1a0ab3f08f189d (patch) | |
tree | 639f437460c1233e55bab9562c30efe09b726be1 /dev-ruby/unf | |
parent | Clarifying for net-libs/zeromq dependency. Fix bug #456808; Drop old. (diff) | |
download | gentoo-2-d48df238b8d4f5a14e54346cae1a0ab3f08f189d.tar.gz gentoo-2-d48df238b8d4f5a14e54346cae1a0ab3f08f189d.tar.bz2 gentoo-2-d48df238b8d4f5a14e54346cae1a0ab3f08f189d.zip |
amd64 stable, bug 495010
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-ruby/unf')
-rw-r--r-- | dev-ruby/unf/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/unf/unf-0.1.3-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-ruby/unf/ChangeLog b/dev-ruby/unf/ChangeLog index f1c61fa2b14c..aba02fc10f89 100644 --- a/dev-ruby/unf/ChangeLog +++ b/dev-ruby/unf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/unf -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/ChangeLog,v 1.13 2013/11/11 13:19:01 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/ChangeLog,v 1.14 2014/01/19 17:00:50 pacho Exp $ + + 19 Jan 2014; Pacho Ramos <pacho@gentoo.org> unf-0.1.3-r1.ebuild: + amd64 stable, bug 495010 *unf-0.1.3-r1 (11 Nov 2013) diff --git a/dev-ruby/unf/unf-0.1.3-r1.ebuild b/dev-ruby/unf/unf-0.1.3-r1.ebuild index d955cec96160..842c3d87e831 100644 --- a/dev-ruby/unf/unf-0.1.3-r1.ebuild +++ b/dev-ruby/unf/unf-0.1.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/unf-0.1.3-r1.ebuild,v 1.1 2013/11/11 13:19:01 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/unf-0.1.3-r1.ebuild,v 1.2 2014/01/19 17:00:50 pacho Exp $ EAPI=5 @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/knu/ruby-unf" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="test" # jruby already has support for UNF so it does not need the extension. |