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 E33E4158094 for ; Wed, 17 Aug 2022 01:54:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B792DE08F6; Wed, 17 Aug 2022 01:54:20 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FCFAE08F6 for ; Wed, 17 Aug 2022 01:54:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 44C3F341330 for ; Wed, 17 Aug 2022 01:54:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 849FC558 for ; Wed, 17 Aug 2022 01:54:17 +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: <1660701247.68efc4e5a9bc8d5a4f4f0e9e4e765d5025d93637.xgqt@gentoo> Subject: [gentoo-commits] proj/company-ebuild:master commit in: / X-VCS-Repository: proj/company-ebuild X-VCS-Files: Cask X-VCS-Directories: / X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 68efc4e5a9bc8d5a4f4f0e9e4e765d5025d93637 X-VCS-Branch: master Date: Wed, 17 Aug 2022 01:54:17 +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: 54956efd-5ff6-43d7-a8e2-6d2af3d7ea93 X-Archives-Hash: f58b234190a46fa446f48eb4302068e3 commit: 68efc4e5a9bc8d5a4f4f0e9e4e765d5025d93637 Author: Maciej Barć gentoo org> AuthorDate: Wed Aug 17 01:54:07 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Wed Aug 17 01:54:07 2022 +0000 URL: https://gitweb.gentoo.org/proj/company-ebuild.git/commit/?id=68efc4e5 Cask: add yas Signed-off-by: Maciej Barć gentoo.org> Cask | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cask b/Cask index cfb3215..250f6e3 100644 --- a/Cask +++ b/Cask @@ -5,4 +5,5 @@ (files "company-ebuild-keywords.el" "company-ebuild.el") -(development (depends-on "company")) +(development (depends-on "company") + (depends-on "yasnippet"))