diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-08-17 15:48:47 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-08-17 15:50:26 +0200 |
commit | a723c32897d9ea932b5610fbe1eca74244600fa6 (patch) | |
tree | 9e313790c0011e8d4edaf26a3d15ff8b37ec6acf /sys-devel | |
parent | dev-python/yarl: Port to pypy3 (diff) | |
download | gentoo-a723c32897d9ea932b5610fbe1eca74244600fa6.tar.gz gentoo-a723c32897d9ea932b5610fbe1eca74244600fa6.tar.bz2 gentoo-a723c32897d9ea932b5610fbe1eca74244600fa6.zip |
sys-devel/bmake: amd64 stable wrt bug #736868
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/bmake/bmake-20200318.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/bmake/bmake-20200318.ebuild b/sys-devel/bmake/bmake-20200318.ebuild index c8d34b8e899c..8b06d0de04b8 100644 --- a/sys-devel/bmake/bmake-20200318.ebuild +++ b/sys-devel/bmake/bmake-20200318.ebuild @@ -13,7 +13,7 @@ SRC_URI=" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" S="${WORKDIR}/${PN}" |