diff options
author | Sam James <sam@gentoo.org> | 2022-07-31 07:43:34 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-31 07:43:52 +0100 |
commit | bbc136002f5f3b76f0bebfaf400eb8cb01709331 (patch) | |
tree | 8c96d4e5fc2c76b9ac4bee5d39a49494b48edcba /app-emacs/pkg-info | |
parent | app-emacs/dash: keyword 2.19.1 for ~x64-macos (diff) | |
download | gentoo-bbc136002f5f3b76f0bebfaf400eb8cb01709331.tar.gz gentoo-bbc136002f5f3b76f0bebfaf400eb8cb01709331.tar.bz2 gentoo-bbc136002f5f3b76f0bebfaf400eb8cb01709331.zip |
app-emacs/pkg-info: keyword 0.6 for ~x64-macos
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/pkg-info')
-rw-r--r-- | app-emacs/pkg-info/pkg-info-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/pkg-info/pkg-info-0.6.ebuild b/app-emacs/pkg-info/pkg-info-0.6.ebuild index ff5d00b4f6f3..64269ab49b05 100644 --- a/app-emacs/pkg-info/pkg-info-0.6.ebuild +++ b/app-emacs/pkg-info/pkg-info-0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/emacsorphanage/pkg-info/archive/refs/tags/${PV}.tar. LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x64-macos" RESTRICT="test" # Tests fail RDEPEND=">=app-emacs/epl-0.8" |