From d5a28f061fff8a8e70d2729770b5dd9f0b40eef2 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Tue, 30 Aug 2022 17:10:37 +0200 Subject: company-ebuild.el: remove pkg format with repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit almost never used Signed-off-by: Maciej Barć --- company-ebuild.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'company-ebuild.el') 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) -- cgit v1.2.3-65-gdbad