diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-04-08 11:51:55 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-04-08 12:02:31 +0200 |
commit | 19da9ff682679d07ad9941e3d5affb6a1a53dcfc (patch) | |
tree | 977b43e315ceb71150f424130185e34664f2fb31 /app-emacs/magit | |
parent | app-emacs/with-editor: add Prefix keywords, bug #563748 (diff) | |
download | gentoo-19da9ff682679d07ad9941e3d5affb6a1a53dcfc.tar.gz gentoo-19da9ff682679d07ad9941e3d5affb6a1a53dcfc.tar.bz2 gentoo-19da9ff682679d07ad9941e3d5affb6a1a53dcfc.zip |
app-emacs/magit: add Prefix keywords, bug #563748
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-emacs/magit')
-rw-r--r-- | app-emacs/magit/magit-2.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/magit/magit-2.6.0.ebuild b/app-emacs/magit/magit-2.6.0.ebuild index cf776f7a1f49..90e43f10315c 100644 --- a/app-emacs/magit/magit-2.6.0.ebuild +++ b/app-emacs/magit/magit-2.6.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/magit/magit/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${P}/lisp" SITEFILE="50${PN}-gentoo.el" |