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 C1640158086 for ; Thu, 7 Oct 2021 19:03:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DC03E083D; Thu, 7 Oct 2021 19:03:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1531E083D for ; Thu, 7 Oct 2021 19:03:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 18D4F342E70 for ; Thu, 7 Oct 2021 19:03:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABDAF13F for ; Thu, 7 Oct 2021 19:03:29 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1633632227.8730438cff7285a0d25345e60640b1c2535b5b81.gyakovlev@gentoo> Subject: [gentoo-commits] proj/cargo-ebuild:master commit in: src/ X-VCS-Repository: proj/cargo-ebuild X-VCS-Files: src/base.tera X-VCS-Directories: src/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 8730438cff7285a0d25345e60640b1c2535b5b81 X-VCS-Branch: master Date: Thu, 7 Oct 2021 19:03:29 +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: 3bf7a6f0-5ada-4a7b-855e-52bf15b9f85e X-Archives-Hash: 3ace2bb8bbbb02e9e98e67d1ed7d7ff9 commit: 8730438cff7285a0d25345e60640b1c2535b5b81 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Oct 7 18:43:47 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Oct 7 18:43:47 2021 +0000 URL: https://gitweb.gentoo.org/proj/cargo-ebuild.git/commit/?id=8730438c src/base.tera: update whitespace Signed-off-by: Georgy Yakovlev gentoo.org> src/base.tera | 1 + 1 file changed, 1 insertion(+) diff --git a/src/base.tera b/src/base.tera index 0c88c77..fb665a3 100644 --- a/src/base.tera +++ b/src/base.tera @@ -20,6 +20,7 @@ DESCRIPTION={%- block description -%}"{{ description | trim }}"{%- endblock %} # does not provide this value so instead repository is used HOMEPAGE={%- block homepage -%}"{{ homepage }}"{%- endblock %} SRC_URI={%- block src_uri -%}{% raw -%}"$(cargo_crate_uris)"{%- endraw %}{%- endblock %} + # License set may be more restrictive as OR is not respected # use cargo-license for a more accurate license picture LICENSE={%- block license -%}"{{ license }}"{%- endblock %}