diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-02-20 13:25:49 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-02-20 13:25:49 +0000 |
commit | 9d0afb041ab4c7f1786cd1907ff9b34f0ed877d3 (patch) | |
tree | 3eddb5c761586350baeae9f53ea94ff0e862f712 /dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.4.ebuild | |
parent | app-crypt/tpm-module being purged (diff) | |
download | historical-9d0afb041ab4c7f1786cd1907ff9b34f0ed877d3.tar.gz historical-9d0afb041ab4c7f1786cd1907ff9b34f0ed877d3.tar.bz2 historical-9d0afb041ab4c7f1786cd1907ff9b34f0ed877d3.zip |
Remove checks for swig USE flags since the last version does not have them and they were unneeded before, too. Closes bug #249565.
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.4.ebuild')
-rw-r--r-- | dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.4.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.4.ebuild b/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.4.ebuild index 0a7a7b706e6e..de8eeec64707 100644 --- a/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.4.ebuild +++ b/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.4.ebuild,v 1.6 2008/12/05 09:50:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sqlite3-ruby/sqlite3-ruby-1.2.4.ebuild,v 1.7 2009/02/20 13:25:49 flameeyes Exp $ inherit ruby @@ -20,11 +20,7 @@ DEPEND="${RDEPEND} swig? ( dev-lang/swig )" pkg_setup() { - if use swig && ! built_with_use dev-lang/swig ruby ; then - eerror "You must compile swig with ruby bindings. Please add" - eerror "'ruby' to your USE flags and recompile swig" - die "swig needs ruby bindings" - elif ! use swig ; then + if ! use swig ; then elog "${PN} will work a lot better with swig; it is suggested" elog "that you install swig with the 'ruby' USE flag, and then" elog "install ${PN} with the swig USE flag" |