From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 F05461382C5 for ; Thu, 22 Mar 2018 16:21:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FD8FE0874; Thu, 22 Mar 2018 16:21:12 +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 02DB4E0874 for ; Thu, 22 Mar 2018 16:21:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 95B82335C2E for ; Thu, 22 Mar 2018 16:21:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D5AF258 for ; Thu, 22 Mar 2018 16:21:08 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <1521735654.096c6e77ce8f6e20a35539835391101f5c2e5906.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgadmin3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/pgadmin3/pgadmin3-1.22.2.ebuild X-VCS-Directories: dev-db/pgadmin3/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: 096c6e77ce8f6e20a35539835391101f5c2e5906 X-VCS-Branch: master Date: Thu, 22 Mar 2018 16:21:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5ac2700c-0cd3-4956-a0c1-f2350d56c432 X-Archives-Hash: 59a57b3a8f7f4f34de4afcb8216b1130 commit: 096c6e77ce8f6e20a35539835391101f5c2e5906 Author: Aaron W. Swenson gentoo org> AuthorDate: Thu Mar 22 16:20:23 2018 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Thu Mar 22 16:20:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=096c6e77 dev-db/pgadmin3: Reference Correct Desktop Patch Closes: https://bugs.gentoo.org/651154 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-db/pgadmin3/pgadmin3-1.22.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/pgadmin3/pgadmin3-1.22.2.ebuild b/dev-db/pgadmin3/pgadmin3-1.22.2.ebuild index 24cc5c7a9f8..c4ced109cba 100644 --- a/dev-db/pgadmin3/pgadmin3-1.22.2.ebuild +++ b/dev-db/pgadmin3/pgadmin3-1.22.2.ebuild @@ -21,7 +21,7 @@ DEPEND=" >=dev-libs/libxslt-1.1" RDEPEND="${DEPEND}" -PATCHES=( "${FILESDIR}"/pgadmin3-{desktop,gcc6-null-pointer}.patch ) +PATCHES=( "${FILESDIR}"/pgadmin3-{desktop-r1,gcc6-null-pointer}.patch ) src_configure() { WX_GTK_VER="3.0"