diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-10-25 01:38:41 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-10-25 01:38:41 +0000 |
commit | 26796cfafba40db054fc1db2131c9f20cbb54dbf (patch) | |
tree | 4025ab4f4a8900781d57f2efc70239e42293f2ae /dev-ruby/rake-compiler | |
parent | version bump (diff) | |
download | historical-26796cfafba40db054fc1db2131c9f20cbb54dbf.tar.gz historical-26796cfafba40db054fc1db2131c9f20cbb54dbf.tar.bz2 historical-26796cfafba40db054fc1db2131c9f20cbb54dbf.zip |
Marked ~hppa (bug #337956).
Package-Manager: portage-2.2.0_alpha1/cvs/Linux i686
Diffstat (limited to 'dev-ruby/rake-compiler')
-rw-r--r-- | dev-ruby/rake-compiler/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/rake-compiler/rake-compiler-0.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/rake-compiler/ChangeLog b/dev-ruby/rake-compiler/ChangeLog index 79670059e151..25ef242e4785 100644 --- a/dev-ruby/rake-compiler/ChangeLog +++ b/dev-ruby/rake-compiler/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rake-compiler # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.22 2010/10/09 08:30:41 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.23 2010/10/25 01:30:34 jer Exp $ + + 25 Oct 2010; Jeroen Roovers <jer@gentoo.org> rake-compiler-0.7.1.ebuild: + Marked ~hppa (bug #337956). 09 Oct 2010; Hans de Graaff <graaff@gentoo.org> rake-compiler-0.7.1.ebuild: diff --git a/dev-ruby/rake-compiler/rake-compiler-0.7.1.ebuild b/dev-ruby/rake-compiler/rake-compiler-0.7.1.ebuild index 21bf3388793a..9156f4822450 100644 --- a/dev-ruby/rake-compiler/rake-compiler-0.7.1.ebuild +++ b/dev-ruby/rake-compiler/rake-compiler-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.1.ebuild,v 1.3 2010/10/09 08:30:41 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.1.ebuild,v 1.4 2010/10/25 01:30:34 jer Exp $ EAPI=2 USE_RUBY="ruby18 ree18 ruby19 jruby" @@ -21,7 +21,7 @@ LICENSE="as-is" # truly SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz" S="${WORKDIR}/luislavena-${PN}-*" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" SLOT="0" IUSE="" |