summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-08-09 20:56:15 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-08-09 20:56:15 +0000
commitd5d8fe98081873d50ffd036252b7a0282378169e (patch)
treecedb1384c0a1a630c7306e96e49506a34749a710
parentMasking <net-misc/tsclient-2 for QA removal. (diff)
downloadgentoo-2-d5d8fe98081873d50ffd036252b7a0282378169e.tar.gz
gentoo-2-d5d8fe98081873d50ffd036252b7a0282378169e.tar.bz2
gentoo-2-d5d8fe98081873d50ffd036252b7a0282378169e.zip
Workaround dblatex conflict as per bug #248030.
(Portage version: 2.2_rc36/cvs/Linux x86_64)
-rw-r--r--net-irc/weechat/ChangeLog8
-rw-r--r--net-irc/weechat/weechat-0.2.6.2.ebuild7
2 files changed, 12 insertions, 3 deletions
diff --git a/net-irc/weechat/ChangeLog b/net-irc/weechat/ChangeLog
index ca87331f78ad..279b5d8746b3 100644
--- a/net-irc/weechat/ChangeLog
+++ b/net-irc/weechat/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/weechat
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.64 2009/04/24 10:23:00 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/ChangeLog,v 1.65 2009/08/09 20:56:15 flameeyes Exp $
+
+ 09 Aug 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ weechat-0.2.6.2.ebuild:
+ Workaround dblatex conflict as per bug #248030.
*weechat-0.2.6.2 (24 Apr 2009)
diff --git a/net-irc/weechat/weechat-0.2.6.2.ebuild b/net-irc/weechat/weechat-0.2.6.2.ebuild
index b63a0a3147af..d175955e770b 100644
--- a/net-irc/weechat/weechat-0.2.6.2.ebuild
+++ b/net-irc/weechat/weechat-0.2.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.2.6.2.ebuild,v 1.1 2009/04/24 10:23:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/weechat/weechat-0.2.6.2.ebuild,v 1.2 2009/08/09 20:56:15 flameeyes Exp $
DESCRIPTION="Portable and multi-interface IRC client."
HOMEPAGE="http://weechat.flashtux.org/"
@@ -23,6 +23,11 @@ RDEPEND="${DEPEND}"
src_compile() {
# The qt and gtk frontends are not usable, so they're disabled
+
+ # this is a hack but solves the issue from bug #248030 (wrong
+ # dblatex being picked up) — flameeyes
+ export ac_cv_prog_DBLATEX_FOUND=no
+
econf \
--enable-ncurses \
--disable-qt \