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 36077158086 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 676F2E079C; 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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F2709E079C for ; Sat, 8 Jan 2022 08:29:59 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49E54342B66 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 EE0F6285 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: <1641630552.1039dcf321954d2a9f84197ebed0fb7d7b6f5f31.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-9999.ebuild X-VCS-Directories: x11-misc/xwallpaper/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 1039dcf321954d2a9f84197ebed0fb7d7b6f5f31 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: ab521f2d-d4d1-446a-ba21-5b081c598ba5 X-Archives-Hash: 85adea6fb1cc230c12367f9161af59ad commit: 1039dcf321954d2a9f84197ebed0fb7d7b6f5f31 Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jan 8 08:29:12 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jan 8 08:29:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1039dcf3 x11-misc/xwallpaper: sync live ebuild Signed-off-by: Georgy Yakovlev gentoo.org> x11-misc/xwallpaper/xwallpaper-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/xwallpaper/xwallpaper-9999.ebuild b/x11-misc/xwallpaper/xwallpaper-9999.ebuild index 4b3d25796853..eabdc06bd22f 100644 --- a/x11-misc/xwallpaper/xwallpaper-9999.ebuild +++ b/x11-misc/xwallpaper/xwallpaper-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,17 +8,17 @@ 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 SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi LICENSE="ISC" SLOT="0" -IUSE="jpeg png seccomp xpm" +IUSE="+jpeg +png seccomp xpm" RDEPEND=" x11-libs/pixman