diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-31 21:02:42 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-31 21:02:42 +0000 |
commit | 4cb96f91e706bf8db69dda905e17a0a394bd7f15 (patch) | |
tree | fd31be481b9bf4e0425216c3670a3ab67e38b08c /dev-ruby | |
parent | Changed nostrip to strip. (diff) | |
download | gentoo-2-4cb96f91e706bf8db69dda905e17a0a394bd7f15.tar.gz gentoo-2-4cb96f91e706bf8db69dda905e17a0a394bd7f15.tar.bz2 gentoo-2-4cb96f91e706bf8db69dda905e17a0a394bd7f15.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/ruby-config/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/ruby-config/ruby-config-0.3.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/ruby-config/ChangeLog b/dev-ruby/ruby-config/ChangeLog index 8b9b41daacd2..6bef08fc0e78 100644 --- a/dev-ruby/ruby-config/ChangeLog +++ b/dev-ruby/ruby-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/ruby-config # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-config/ChangeLog,v 1.29 2006/01/02 23:41:07 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-config/ChangeLog,v 1.30 2006/03/31 21:02:42 flameeyes Exp $ + + 31 Mar 2006; Diego Pettenò <flameeyes@gentoo.org> + ruby-config-0.3.2.ebuild: + Add ~x86-fbsd keyword. *ruby-config-0.3.2 (02 Jan 2006) diff --git a/dev-ruby/ruby-config/ruby-config-0.3.2.ebuild b/dev-ruby/ruby-config/ruby-config-0.3.2.ebuild index 397510ab44c6..34001fcf39fa 100644 --- a/dev-ruby/ruby-config/ruby-config-0.3.2.ebuild +++ b/dev-ruby/ruby-config/ruby-config-0.3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-config/ruby-config-0.3.2.ebuild,v 1.1 2006/01/02 23:41:07 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-config/ruby-config-0.3.2.ebuild,v 1.2 2006/03/31 21:02:42 flameeyes Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~ppc-macos ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND="!<dev-ruby/ri-1.8b-r1" |