diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-01 02:01:40 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-01 02:06:45 +0200 |
commit | a3feda36118ca3ea5590c1d3a79de6898f53a917 (patch) | |
tree | c9ffe433f73fcff50bc9ca82ad51ea1bc7893d4f /x11-misc/urxvt-font-size | |
parent | sys-power/upower: x86 stable (bug #666870) (diff) | |
download | gentoo-a3feda36118ca3ea5590c1d3a79de6898f53a917.tar.gz gentoo-a3feda36118ca3ea5590c1d3a79de6898f53a917.tar.bz2 gentoo-a3feda36118ca3ea5590c1d3a79de6898f53a917.zip |
x11-misc/urxvt-font-size: x86 stable (bug #660864)
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'x11-misc/urxvt-font-size')
-rw-r--r-- | x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 index 1c2ed2ed18ec..9d3d549f022e 100644 --- a/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild +++ b/x11-misc/urxvt-font-size/urxvt-font-size-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/majutsushi/${PN}.git" inherit git-r3 else - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" SRC_URI="https://github.com/majutsushi/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi |