diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-04-08 11:47:20 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-04-08 12:00:08 +0200 |
commit | 272140a7a46ece195558c4c4075ee336772deddb (patch) | |
tree | 25012e32d4a92af1079ca17c7d9ba131487db1dd /app-emacs/dash | |
parent | net-misc/i2pd: add graceful shutdown and fix pid file problem (diff) | |
download | gentoo-272140a7a46ece195558c4c4075ee336772deddb.tar.gz gentoo-272140a7a46ece195558c4c4075ee336772deddb.tar.bz2 gentoo-272140a7a46ece195558c4c4075ee336772deddb.zip |
app-emacs/dash: add Prefix keywords, bug #563748
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-emacs/dash')
-rw-r--r-- | app-emacs/dash/dash-2.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/dash/dash-2.12.1.ebuild b/app-emacs/dash/dash-2.12.1.ebuild index 2c28e3d766b4..329b30522688 100644 --- a/app-emacs/dash/dash-2.12.1.ebuild +++ b/app-emacs/dash/dash-2.12.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/magnars/dash.el/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${PN}.el-${PV}" SITEFILE="50${PN}-gentoo.el" |