diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2016-03-22 15:31:30 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2016-03-22 15:31:30 +0100 |
commit | db43f5913e14eba8ad160355a01fa3b3dc76cc84 (patch) | |
tree | df29043ec565b5a573a759d5ce7c19d96a3e0a2e /sys-apps/busybox | |
parent | dev-libs/beecrypt: amd64 stable wrt bug #577864 (diff) | |
download | gentoo-db43f5913e14eba8ad160355a01fa3b3dc76cc84.tar.gz gentoo-db43f5913e14eba8ad160355a01fa3b3dc76cc84.tar.bz2 gentoo-db43f5913e14eba8ad160355a01fa3b3dc76cc84.zip |
sys-apps/busybox: amd64 stable wrt bug #577610
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/busybox-1.24.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/busybox/busybox-1.24.2.ebuild b/sys-apps/busybox/busybox-1.24.2.ebuild index ade4b525c0ae..6cb408787fe2 100644 --- a/sys-apps/busybox/busybox-1.24.2.ebuild +++ b/sys-apps/busybox/busybox-1.24.2.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then else MY_P=${PN}-${PV/_/-} SRC_URI="http://www.busybox.net/downloads/${MY_P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" fi LICENSE="GPL-2" # GPL-2 only |