From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-972094-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id A0A561396D0
	for <garchives@archives.gentoo.org>; Mon, 11 Sep 2017 12:17:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 04124E07EF;
	Mon, 11 Sep 2017 12:17:06 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id D932EE07EF
	for <gentoo-commits@lists.gentoo.org>; Mon, 11 Sep 2017 12:17:05 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 0E5E5341236
	for <gentoo-commits@lists.gentoo.org>; Mon, 11 Sep 2017 12:17:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CD81C8F3F
	for <gentoo-commits@lists.gentoo.org>; Mon, 11 Sep 2017 12:17:03 +0000 (UTC)
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" <kensington@gentoo.org>
Message-ID: <1505132203.924e8aacaf73743b26e4f30b41f46e253c56df42.kensington@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/qxmledit/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-editors/qxmledit/qxmledit-0.9.7.ebuild
X-VCS-Directories: app-editors/qxmledit/
X-VCS-Committer: kensington
X-VCS-Committer-Name: Michael Palimaka
X-VCS-Revision: 924e8aacaf73743b26e4f30b41f46e253c56df42
X-VCS-Branch: master
Date: Mon, 11 Sep 2017 12:17:03 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 018d50c0-2f18-4e12-a8a6-d1a8c57a61af
X-Archives-Hash: 47c46baf0567dc8450222c08269f47e8

commit:     924e8aacaf73743b26e4f30b41f46e253c56df42
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 04:36:14 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 12:16:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=924e8aac

app-editors/qxmledit: remove bogus link

Closes: https://bugs.gentoo.org/629624
Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-editors/qxmledit/qxmledit-0.9.7.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app-editors/qxmledit/qxmledit-0.9.7.ebuild b/app-editors/qxmledit/qxmledit-0.9.7.ebuild
index cfb94f95329..49e82f0eaa3 100644
--- a/app-editors/qxmledit/qxmledit-0.9.7.ebuild
+++ b/app-editors/qxmledit/qxmledit-0.9.7.ebuild
@@ -40,6 +40,10 @@ src_prepare() {
 	# bug 568746
 	sed -i -e '/QMAKE_CXXFLAGS/s:-Werror::' \
 		src/{QXmlEdit,QXmlEditWidget,sessions/QXmlEditSessions}.pro || die
+
+	# bug 629624
+	sed -i -e 's/LIBS += -lGL -lGLU -lglut/LIBS += -lGL -lGLU/' \
+		src/QXmlEdit.pro || die
 }
 
 src_configure() {