diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-18 14:54:45 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-18 14:54:45 +0200 |
commit | 84ad4669f61ef7d705b11fb870182f49aa613901 (patch) | |
tree | ecfb15869fff5cafd05e958fde37671fb61f3cec /dev-util | |
parent | dev-ml/num: amd64 stable wrt bug #723500 (diff) | |
download | gentoo-84ad4669f61ef7d705b11fb870182f49aa613901.tar.gz gentoo-84ad4669f61ef7d705b11fb870182f49aa613901.tar.bz2 gentoo-84ad4669f61ef7d705b11fb870182f49aa613901.zip |
dev-util/smem: amd64 stable wrt bug #723504
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/smem/smem-1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/smem/smem-1.5.ebuild b/dev-util/smem/smem-1.5.ebuild index 32239c1bdbf1..4448e00ac9a3 100644 --- a/dev-util/smem/smem-1.5.ebuild +++ b/dev-util/smem/smem-1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~conikost/files/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS}" |