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 976CF13835A for ; Wed, 21 Apr 2021 18:51:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D841E0877; Wed, 21 Apr 2021 18:51:13 +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 1E311E0876 for ; Wed, 21 Apr 2021 18:51:13 +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 5B824340DC8 for ; Wed, 21 Apr 2021 18:51:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9963733 for ; Wed, 21 Apr 2021 18:51:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1619031011.6394b3039b45240cc0d161ec1664ea608db40df4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/libgda/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/libgda/libgda-5.2.9.ebuild X-VCS-Directories: gnome-extra/libgda/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6394b3039b45240cc0d161ec1664ea608db40df4 X-VCS-Branch: master Date: Wed, 21 Apr 2021 18:51: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 450f29c0-715b-4650-a61e-74981cb22aec X-Archives-Hash: 879dbf244f556eaf816ed062508b12dd commit: 6394b3039b45240cc0d161ec1664ea608db40df4 Author: Sam James gentoo org> AuthorDate: Wed Apr 21 09:16:16 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 21 18:50:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6394b303 gnome-extra/libgda: drop epatch Signed-off-by: Sam James gentoo.org> gnome-extra/libgda/libgda-5.2.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/libgda/libgda-5.2.9.ebuild b/gnome-extra/libgda/libgda-5.2.9.ebuild index 33969ae9376..ac392e8d05d 100644 --- a/gnome-extra/libgda/libgda-5.2.9.ebuild +++ b/gnome-extra/libgda/libgda-5.2.9.ebuild @@ -6,7 +6,7 @@ GNOME2_LA_PUNT="yes" GNOME2_EAUTORECONF="yes" VALA_USE_DEPEND="vapigen" -inherit db-use epatch flag-o-matic gnome2 java-pkg-opt-2 vala +inherit db-use flag-o-matic gnome2 java-pkg-opt-2 vala DESCRIPTION="GNOME database access library" HOMEPAGE="https://www.gnome-db.org/"