diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 16:07:19 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 16:07:19 +0000 |
commit | 9639ce3370a9154e3aac1036676094e51ccf2d56 (patch) | |
tree | 8badf5214e664ee65259e96aa76db1f3ce278185 /dev-ruby/tmail | |
parent | Add ~alpha/~ia64/~sparc wrt #293671 (diff) | |
download | historical-9639ce3370a9154e3aac1036676094e51ccf2d56.tar.gz historical-9639ce3370a9154e3aac1036676094e51ccf2d56.tar.bz2 historical-9639ce3370a9154e3aac1036676094e51ccf2d56.zip |
Various cleanups.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/tmail')
-rw-r--r-- | dev-ruby/tmail/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/tmail/tmail-1.2.3.1.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-ruby/tmail/ChangeLog b/dev-ruby/tmail/ChangeLog index 7232ac56d3df..56fe400ce663 100644 --- a/dev-ruby/tmail/ChangeLog +++ b/dev-ruby/tmail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/tmail # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/ChangeLog,v 1.9 2010/02/18 16:43:47 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/ChangeLog,v 1.10 2010/05/22 16:05:17 flameeyes Exp $ + + 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> + tmail-1.2.3.1.ebuild: + Various cleanups. 18 Feb 2010; Fabian Groffen <grobian@gentoo.org> tmail-1.2.3.1.ebuild: Marked ~x86-solaris diff --git a/dev-ruby/tmail/tmail-1.2.3.1.ebuild b/dev-ruby/tmail/tmail-1.2.3.1.ebuild index a9478abf79e8..e2fb76c935fc 100644 --- a/dev-ruby/tmail/tmail-1.2.3.1.ebuild +++ b/dev-ruby/tmail/tmail-1.2.3.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/tmail/tmail-1.2.3.1.ebuild,v 1.9 2010/02/18 16:43:47 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/tmail-1.2.3.1.ebuild,v 1.10 2010/05/22 16:05:17 flameeyes Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 jruby" @@ -23,8 +23,9 @@ IUSE="debug" # need to be verified twice; code seems to work anyway. RESTRICT=test -ruby_add_bdepend dev-ruby/racc -ruby_add_bdepend test '>=dev-ruby/mocha-0.9.5' +ruby_add_bdepend " + dev-ruby/racc + test? ( >=dev-ruby/mocha-0.9.5 )" each_ruby_compile() { if [[ $(basename ${RUBY}) == "ruby18" ]]; then |