diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-10-17 12:34:05 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-10-17 15:18:43 +0200 |
commit | 370252e07ff4f79565f576fc565e13b6f0af520e (patch) | |
tree | cf87e52cf4fae374a04c946fe1e09afd24dacab3 /app-emacs | |
parent | app-emacs/mpg123-el: Bump to version 1.61. (diff) | |
download | gentoo-370252e07ff4f79565f576fc565e13b6f0af520e.tar.gz gentoo-370252e07ff4f79565f576fc565e13b6f0af520e.tar.bz2 gentoo-370252e07ff4f79565f576fc565e13b6f0af520e.zip |
app-emacs/cycle-buffer: ~x86 keyword.
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild b/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild index 9928f250bece..b6dabed75176 100644 --- a/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild +++ b/app-emacs/cycle-buffer/cycle-buffer-2.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/gavv/distfiles/raw/master/${P}.el.xz" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" SITEFILE="50${PN}-gentoo.el" |