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/urxvt-font-size/
Date: Mon, 01 Oct 2018 00:07:24
Message-Id: 1538352405.a3feda36118ca3ea5590c1d3a79de6898f53a917.whissi@gentoo
1 commit: a3feda36118ca3ea5590c1d3a79de6898f53a917
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 1 00:01:40 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 1 00:06:45 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3feda36
7
8 x11-misc/urxvt-font-size: x86 stable (bug #660864)
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11 Package-Manager: Portage-2.3.50, Repoman-2.3.11
12
13 x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild b/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild
17 index 1c2ed2ed18e..9d3d549f022 100644
18 --- a/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild
19 +++ b/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 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 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]]; then
27 EGIT_REPO_URI="https://github.com/majutsushi/${PN}.git"
28 inherit git-r3
29 else
30 - KEYWORDS="~amd64 ~x86"
31 + KEYWORDS="~amd64 x86"
32 SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 fi