Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xwallpaper/
Date: Thu, 02 May 2019 19:24:32
Message-Id: 1556825038.1c90177e610286da564fac992b7e1ec1a9250426.gyakovlev@gentoo
1 commit: 1c90177e610286da564fac992b7e1ec1a9250426
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 2 19:22:33 2019 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu May 2 19:23:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c90177e
7
8 x11-misc/xwallpaper: 0.4.1 amd64 stable
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.12
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 x11-misc/xwallpaper/xwallpaper-0.4.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-misc/xwallpaper/xwallpaper-0.4.1.ebuild b/x11-misc/xwallpaper/xwallpaper-0.4.1.ebuild
17 index 6fdbe38a627..19a330777e4 100644
18 --- a/x11-misc/xwallpaper/xwallpaper-0.4.1.ebuild
19 +++ b/x11-misc/xwallpaper/xwallpaper-0.4.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -13,7 +13,7 @@ if [ ${PV} == "9999" ] ; then
27 EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git"
28 else
29 SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.gz"
30 - KEYWORDS="~amd64 ~x86"
31 + KEYWORDS="amd64 ~x86"
32 fi
33
34 LICENSE="ISC"