diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-18 17:03:24 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-18 17:03:24 +0000 |
commit | 35122ddb46c738f0542577e386ad22093d5fe158 (patch) | |
tree | cee656e79f1ef34fe21e1f67aa672106b35d7748 /dev-ruby/rubymail/rubymail-0.15.ebuild | |
parent | x86 stable. (Manifest recommit) (diff) | |
download | gentoo-2-35122ddb46c738f0542577e386ad22093d5fe158.tar.gz gentoo-2-35122ddb46c738f0542577e386ad22093d5fe158.tar.bz2 gentoo-2-35122ddb46c738f0542577e386ad22093d5fe158.zip |
rubymail-0.15.ebuild: stable on all arches
Diffstat (limited to 'dev-ruby/rubymail/rubymail-0.15.ebuild')
-rw-r--r-- | dev-ruby/rubymail/rubymail-0.15.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/rubymail/rubymail-0.15.ebuild b/dev-ruby/rubymail/rubymail-0.15.ebuild index a46e20abf785..d48cb1bcc128 100644 --- a/dev-ruby/rubymail/rubymail-0.15.ebuild +++ b/dev-ruby/rubymail/rubymail-0.15.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubymail/rubymail-0.15.ebuild,v 1.1 2003/12/01 20:19:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rubymail/rubymail-0.15.ebuild,v 1.2 2004/02/18 17:03:24 agriffis Exp $ DESCRIPTION="A mail handling library for Ruby" HOMEPAGE="http://www.lickey.com/rubymail/" SRC_URI="http://www.lickey.com/rubymail/download/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~arm ~hppa ~mips ~sparc ~x86" +KEYWORDS="alpha hppa mips sparc x86" IUSE="" DEPEND=">=dev-lang/ruby-1.6" |