diff options
author | Javier Villavicencio <the_paya@gentoo.org> | 2008-07-08 02:00:14 +0000 |
---|---|---|
committer | Javier Villavicencio <the_paya@gentoo.org> | 2008-07-08 02:00:14 +0000 |
commit | 326b1d5d9749dc0d4e8f1dd6a02c1022de75dc5d (patch) | |
tree | 6dadc8b19934ee331e30be8cf8ab747dfd993ebd | |
parent | Added ~x86-fbsd keyword. (diff) | |
download | gentoo-2-326b1d5d9749dc0d4e8f1dd6a02c1022de75dc5d.tar.gz gentoo-2-326b1d5d9749dc0d4e8f1dd6a02c1022de75dc5d.tar.bz2 gentoo-2-326b1d5d9749dc0d4e8f1dd6a02c1022de75dc5d.zip |
Added ~x86-fbsd keyword
(Portage version: 2.2_rc1/cvs/FreeBSD 7.0-RELEASE i386)
-rw-r--r-- | dev-ruby/shorturl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/shorturl/shorturl-0.8.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/shorturl/ChangeLog b/dev-ruby/shorturl/ChangeLog index 5ea0fdcd9b04..67a8fbedbb47 100644 --- a/dev-ruby/shorturl/ChangeLog +++ b/dev-ruby/shorturl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/shorturl # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.4 2008/07/07 18:41:12 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/ChangeLog,v 1.5 2008/07/08 02:00:14 the_paya Exp $ + + 08 Jul 2008; Javier Villavicencio <the_paya@gentoo.org> + shorturl-0.8.4.ebuild: + Added ~x86-fbsd keyword. 07 Jul 2008; Friedrich Oslage <bluebird@gentoo.org> shorturl-0.8.4.ebuild: Add ~sparc keyword, bug #230517 diff --git a/dev-ruby/shorturl/shorturl-0.8.4.ebuild b/dev-ruby/shorturl/shorturl-0.8.4.ebuild index ddeb0ba2ed31..6b3a092aee68 100644 --- a/dev-ruby/shorturl/shorturl-0.8.4.ebuild +++ b/dev-ruby/shorturl/shorturl-0.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.4.ebuild,v 1.3 2008/07/07 18:41:12 bluebird Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shorturl/shorturl-0.8.4.ebuild,v 1.4 2008/07/08 02:00:14 the_paya Exp $ inherit ruby gems @@ -9,7 +9,7 @@ HOMEPAGE="http://shorturl.rubyforge.org/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~sparc ~x86 ~x86-fbsd" IUSE="" DEPEND="virtual/ruby" |