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 1B54E158649 for ; Fri, 12 May 2023 09:32:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44E3BE0BF0; Fri, 12 May 2023 09:32:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2B012E0BF0 for ; Fri, 12 May 2023 09:32:05 +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 29D5133FE49 for ; Fri, 12 May 2023 09:32:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FD0D990 for ; Fri, 12 May 2023 09:32:03 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1683883154.f8605674724116a194b7e1beca54027d2cb225d4.Matt.Jolly@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/odb/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/odb/odb-2.5.0_beta21_p1.ebuild X-VCS-Directories: dev-util/odb/ X-VCS-Committer: Matt.Jolly X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: f8605674724116a194b7e1beca54027d2cb225d4 X-VCS-Branch: dev Date: Fri, 12 May 2023 09:32:03 +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: 570cec7b-b26b-4072-be08-bbbd3494a1c5 X-Archives-Hash: 4176e3493a39edeae348faa7c94aa277 commit: f8605674724116a194b7e1beca54027d2cb225d4 Author: Matt Jolly footclan ninja> AuthorDate: Fri May 12 08:35:39 2023 +0000 Commit: Matt Jolly footclan ninja> CommitDate: Fri May 12 09:19:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8605674 dev-util/odb: use double quotes Signed-off-by: Matt Jolly footclan.ninja> dev-util/odb/odb-2.5.0_beta21_p1.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-util/odb/odb-2.5.0_beta21_p1.ebuild b/dev-util/odb/odb-2.5.0_beta21_p1.ebuild index 90a95eb7e..a6e125bcf 100644 --- a/dev-util/odb/odb-2.5.0_beta21_p1.ebuild +++ b/dev-util/odb/odb-2.5.0_beta21_p1.ebuild @@ -8,16 +8,16 @@ MY_P="${PN}-$(ver_cut 1-3)-b.$(ver_cut 5)+$(ver_cut 7)" inherit build2 SRC_URI="https://pkg.cppget.org/1/beta/${PN}/${MY_P}.tar.gz" -KEYWORDS='~amd64 ~x86' -DESCRIPTION='ODB compiler and the ODB system documentation' -HOMEPAGE='https://www.codesynthesis.com/products/odb/' -LICENSE='GPL-3' +KEYWORDS="~amd64 ~x86" +DESCRIPTION="ODB compiler and the ODB system documentation" +HOMEPAGE="https://www.codesynthesis.com/products/odb/" +LICENSE="GPL-3" -SLOT='0' -IUSE='test' -RESTRICT='!test? ( test )' +SLOT="0" +IUSE="test" +RESTRICT="!test? ( test )" -RDEPEND='=dev-cpp/libcutl-1.11.0*' +RDEPEND="=dev-cpp/libcutl-1.11.0*" BDEPEND=" =dev-cpp/libstudxml-1.1.0*