summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-07-31 17:13:04 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-07-31 17:13:04 +0000
commit8ac0f173fdaf13a4737865ee7c41730168274106 (patch)
tree36793c6184173b426a74bcf813cb537109d9b843 /dev-ruby/tmail
parentStabilize for everyone #330633 by Raúl Porcel. (diff)
downloadgentoo-2-8ac0f173fdaf13a4737865ee7c41730168274106.tar.gz
gentoo-2-8ac0f173fdaf13a4737865ee7c41730168274106.tar.bz2
gentoo-2-8ac0f173fdaf13a4737865ee7c41730168274106.zip
Fix build function to actually build the extension on 1.8 and EE.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/tmail')
-rw-r--r--dev-ruby/tmail/ChangeLog8
-rw-r--r--dev-ruby/tmail/tmail-1.2.7.1-r2.ebuild (renamed from dev-ruby/tmail/tmail-1.2.7.1-r1.ebuild)4
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-ruby/tmail/ChangeLog b/dev-ruby/tmail/ChangeLog
index 5418f9679908..a47690948717 100644
--- a/dev-ruby/tmail/ChangeLog
+++ b/dev-ruby/tmail/ChangeLog
@@ -1,6 +1,12 @@
# 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.13 2010/07/29 02:34:32 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/ChangeLog,v 1.14 2010/07/31 17:13:04 flameeyes Exp $
+
+*tmail-1.2.7.1-r2 (31 Jul 2010)
+
+ 31 Jul 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ -tmail-1.2.7.1-r1.ebuild, +tmail-1.2.7.1-r2.ebuild:
+ Fix build function to actually build the extension on 1.8 and EE.
*tmail-1.2.7.1-r1 (29 Jul 2010)
diff --git a/dev-ruby/tmail/tmail-1.2.7.1-r1.ebuild b/dev-ruby/tmail/tmail-1.2.7.1-r2.ebuild
index 829522703836..974eccb14570 100644
--- a/dev-ruby/tmail/tmail-1.2.7.1-r1.ebuild
+++ b/dev-ruby/tmail/tmail-1.2.7.1-r2.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.7.1-r1.ebuild,v 1.1 2010/07/29 02:34:32 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tmail/tmail-1.2.7.1-r2.ebuild,v 1.1 2010/07/31 17:13:04 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18 ree18 ruby19 jruby"
@@ -50,7 +50,7 @@ each_ruby_compile() {
case ${RUBY} in
*ruby18 | *rubyee18)
- emake -Cext/tmailscanner/tmail extconf.rb \
+ emake -Cext/tmailscanner/tmail \
CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" || die "emake extension failed"
;;
esac