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 98A1815808C for ; Thu, 17 Feb 2022 20:09:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97D8CE0829; Thu, 17 Feb 2022 20:09:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83D8AE0829 for ; Thu, 17 Feb 2022 20:09:50 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 942B63430E4 for ; Thu, 17 Feb 2022 20:09:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AE102A0 for ; Thu, 17 Feb 2022 20:09:48 +0000 (UTC) From: "Matthew Smith" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Smith" Message-ID: <1645128571.c53cf4d26d56dde5c2cbec009472d5354af25c97.matthew@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/orderless/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/orderless/orderless-0.7.ebuild X-VCS-Directories: app-emacs/orderless/ X-VCS-Committer: matthew X-VCS-Committer-Name: Matthew Smith X-VCS-Revision: c53cf4d26d56dde5c2cbec009472d5354af25c97 X-VCS-Branch: master Date: Thu, 17 Feb 2022 20:09:48 +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: 9f3523c1-8a81-46db-b62b-cae374900802 X-Archives-Hash: d76f32bf1cedc1f55192ddedae36e3e7 commit: c53cf4d26d56dde5c2cbec009472d5354af25c97 Author: Matthew Smith gentoo org> AuthorDate: Thu Feb 17 20:09:28 2022 +0000 Commit: Matthew Smith gentoo org> CommitDate: Thu Feb 17 20:09:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c53cf4d2 app-emacs/orderless: update DESCRIPTION Signed-off-by: Matthew Smith gentoo.org> app-emacs/orderless/orderless-0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/orderless/orderless-0.7.ebuild b/app-emacs/orderless/orderless-0.7.ebuild index 264a4b3491f9..04d74ce476bd 100644 --- a/app-emacs/orderless/orderless-0.7.ebuild +++ b/app-emacs/orderless/orderless-0.7.ebuild @@ -6,7 +6,7 @@ NEED_EMACS=26 inherit readme.gentoo-r1 elisp -DESCRIPTION="Consulting complete-read" +DESCRIPTION="Completion style that matches multiple regexps in any order" HOMEPAGE="https://github.com/oantolin/orderless" SRC_URI="https://github.com/oantolin/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"