diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-28 15:18:28 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-28 15:24:36 +0200 |
commit | 702970abcf27ea092403950d5f3db45237297262 (patch) | |
tree | 6a443021d60b70d75836068167c939c249d5bbd9 /app-emacs | |
parent | app-emacs/f: x86 keyworded (bug #661432) (diff) | |
download | gentoo-702970abcf27ea092403950d5f3db45237297262.tar.gz gentoo-702970abcf27ea092403950d5f3db45237297262.tar.bz2 gentoo-702970abcf27ea092403950d5f3db45237297262.zip |
app-emacs/s: x86 keyworded (bug #661432)
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/s/s-1.12.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/s/s-1.12.0.ebuild b/app-emacs/s/s-1.12.0.ebuild index 2a3d49f9a3eb..d35e6bd2e506 100644 --- a/app-emacs/s/s-1.12.0.ebuild +++ b/app-emacs/s/s-1.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/magnars/s.el/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" S="${WORKDIR}/s.el-${PV}" SITEFILE="50${PN}-gentoo.el" |