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 36D83138334 for ; Sun, 18 Aug 2019 12:37:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A9FCE0AD5; Sun, 18 Aug 2019 12:37:28 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85C9CE0AD5 for ; Sun, 18 Aug 2019 12:37:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 593CC349DBC for ; Sun, 18 Aug 2019 12:37:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1ADB76B for ; Sun, 18 Aug 2019 12:37:25 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1566131792.c40a3d5ab03b20a87aa700b12e64c92b2af976eb.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/wine-d3d9/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild X-VCS-Directories: app-emulation/wine-d3d9/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c40a3d5ab03b20a87aa700b12e64c92b2af976eb X-VCS-Branch: master Date: Sun, 18 Aug 2019 12:37:25 +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: 8e9c370e-3b94-4b03-bc93-e1c516292e14 X-Archives-Hash: 68404c54f6fe5c4a4c3867d9a3982170 commit: c40a3d5ab03b20a87aa700b12e64c92b2af976eb Author: David Seifert gentoo org> AuthorDate: Sun Aug 18 12:04:12 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 18 12:36:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40a3d5a app-emulation/wine-d3d9: [QA] Fix leading whitespace Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild b/app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild index cfa8c622172..7e9256c8ffd 100644 --- a/app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild +++ b/app-emulation/wine-d3d9/wine-d3d9-4.0.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == "9999" ]] ; then #KEYWORDS="" else MAJOR_V=$(ver_cut 1) - MINOR_V=$(ver_cut 2) + MINOR_V=$(ver_cut 2) SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.${MINOR_V}/${MY_P}.tar.xz" KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd" fi