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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA6C1158095 for ; Tue, 30 Aug 2022 18:22:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DAB3E08CD; Tue, 30 Aug 2022 18:22:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A865E07D4 for ; Tue, 30 Aug 2022 18:22:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7F1C340DAF for ; Tue, 30 Aug 2022 18:22:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2141D57D for ; Tue, 30 Aug 2022 18:22:45 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1661872237.d5a28f061fff8a8e70d2729770b5dd9f0b40eef2.xgqt@gentoo> Subject: [gentoo-commits] proj/company-ebuild:master commit in: / X-VCS-Repository: proj/company-ebuild X-VCS-Files: company-ebuild.el X-VCS-Directories: / X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: d5a28f061fff8a8e70d2729770b5dd9f0b40eef2 X-VCS-Branch: master Date: Tue, 30 Aug 2022 18:22:45 +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: 6c0fa07c-ebed-48c3-b157-d421ca2c2d85 X-Archives-Hash: c42130c6ce742ac4f5eb4aca358a69ac commit: d5a28f061fff8a8e70d2729770b5dd9f0b40eef2 Author: Maciej Barć gentoo org> AuthorDate: Tue Aug 30 15:10:37 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Aug 30 15:10:37 2022 +0000 URL: https://gitweb.gentoo.org/proj/company-ebuild.git/commit/?id=d5a28f06 company-ebuild.el: remove pkg format with repo almost never used Signed-off-by: Maciej Barć gentoo.org> company-ebuild.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/company-ebuild.el b/company-ebuild.el index f53126e..5c2272a 100644 --- a/company-ebuild.el +++ b/company-ebuild.el @@ -98,8 +98,7 @@ Uses the \"qsearch\" tool to get the packages." (let ((qsearch-formats '("%{CATEGORY}/%{PN}" "%{CATEGORY}/%{PN}-%{PV}" - "%{CATEGORY}/%{PN}-%{PV}:%{SLOT}" - "%{CATEGORY}/%{PN}-%{PV}:%{SLOT}::%{REPO}"))) + "%{CATEGORY}/%{PN}-%{PV}:%{SLOT}"))) (cond (company-ebuild-qsearch-executable (mapcan (lambda (qsearch-format)