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 B7D31158086 for ; Sat, 8 Jan 2022 08:30:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96E7DE079E; Sat, 8 Jan 2022 08:30:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7FA8DE079E for ; Sat, 8 Jan 2022 08:30:00 +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 99F97342BF4 for ; Sat, 8 Jan 2022 08:29:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA9131BF for ; Sat, 8 Jan 2022 08:29:56 +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: <1641630521.88c078aa4093e3e51fa01191c0c81b5255330ae9.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xwallpaper/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xwallpaper/xwallpaper-0.7.3.ebuild X-VCS-Directories: x11-misc/xwallpaper/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 88c078aa4093e3e51fa01191c0c81b5255330ae9 X-VCS-Branch: master Date: Sat, 8 Jan 2022 08:29:56 +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: e420db10-4c6e-440b-8818-07ea37d0fcb0 X-Archives-Hash: 6fefed51d8d16928a5b7d9915ec8acdc commit: 88c078aa4093e3e51fa01191c0c81b5255330ae9 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jan 8 08:28:41 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jan 8 08:28:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c078aa x11-misc/xwallpaper: use [[ ]] syntax Signed-off-by: Georgy Yakovlev gentoo.org> x11-misc/xwallpaper/xwallpaper-0.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xwallpaper/xwallpaper-0.7.3.ebuild b/x11-misc/xwallpaper/xwallpaper-0.7.3.ebuild index 6dd9570a8745..82ae178851d7 100644 --- a/x11-misc/xwallpaper/xwallpaper-0.7.3.ebuild +++ b/x11-misc/xwallpaper/xwallpaper-0.7.3.ebuild @@ -8,7 +8,7 @@ inherit autotools DESCRIPTION="Wallpaper setting utility for X" HOMEPAGE="https://github.com/stoeckmann/xwallpaper" -if [ ${PV} == "9999" ] ; then +if [[ ${PV} == 9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git" else