From e53d1e25b501d49f7e76f5aa43dd2fb29cc830b4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 1 Feb 2012 17:38:04 -0500 Subject: [PATCH] tar: stabilize for everyone We have been unmasking newer versions for the target, but the cros sdk has been lagging behind. Sync the versions. BUG=None TEST=`cbuildbot x86-generic-full` worked Change-Id: I4f3daddeaf0e9d93166008a523ca3c2804493926 Reviewed-on: https://gerrit.chromium.org/gerrit/15398 Tested-by: Mike Frysinger Reviewed-by: Matt Tennant Commit-Ready: Mike Frysinger --- .../third_party/portage-stable/app-arch/tar/tar-1.23-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/app-arch/tar/tar-1.23-r4.ebuild b/sdk_container/src/third_party/portage-stable/app-arch/tar/tar-1.23-r4.ebuild index 6c0d6b0248..df6166f480 100644 --- a/sdk_container/src/third_party/portage-stable/app-arch/tar/tar-1.23-r4.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-arch/tar/tar-1.23-r4.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://ftp.gnu.org/gnu/tar/${P}.tar.bz2 LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="nls static userland_GNU" RDEPEND=""