Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/urxvt-font-size/
Date: Tue, 02 Oct 2018 08:52:17
Message-Id: 1538470314.1e9e9607891760570a962ae0e90f2258900544f7.zlogene@gentoo
1 commit: 1e9e9607891760570a962ae0e90f2258900544f7
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 2 08:51:54 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 2 08:51:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9e9607
7
8 x11-misc/urxvt-font-size: amd64 stable wrt bug #660864
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
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 9d3d549f022..2820f18eea0 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 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]]; then
21 EGIT_REPO_URI="https://github.com/majutsushi/${PN}.git"
22 inherit git-r3
23 else
24 - KEYWORDS="~amd64 x86"
25 + KEYWORDS="amd64 x86"
26 SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27 fi