Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xwallpaper/
Date: Sat, 06 Oct 2018 23:05:13
Message-Id: 1538867098.09eb1136b9e80302b9c547e0c29d0b5a32353356.whissi@gentoo
1 commit: 09eb1136b9e80302b9c547e0c29d0b5a32353356
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 23:04:30 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 23:04:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09eb1136
7
8 x11-misc/xwallpaper: x86 stable (bug #667770)
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 x11-misc/xwallpaper/xwallpaper-0.3.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-misc/xwallpaper/xwallpaper-0.3.0.ebuild b/x11-misc/xwallpaper/xwallpaper-0.3.0.ebuild
17 index 45080788129..bcd7c89858c 100644
18 --- a/x11-misc/xwallpaper/xwallpaper-0.3.0.ebuild
19 +++ b/x11-misc/xwallpaper/xwallpaper-0.3.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 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"