X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-qt0-f196.google.com (mail-qt0-f196.google.com [209.85.216.196]) by lists.alpinelinux.org (Postfix) with ESMTP id 62D945C5136 for ; Fri, 17 Mar 2017 11:03:03 +0000 (GMT) Received: by mail-qt0-f196.google.com with SMTP id r5so8989085qtb.2 for ; Fri, 17 Mar 2017 04:03:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flatglobe.org; s=google; h=from:to:subject:date:message-id:in-reply-to:references; bh=3CCq26nXuiFScU3XfOzJpY6NxiSwW/xLjdZTaM5blIY=; b=FXMswV8O6FolBqgJCCF3YZyXOMDxbxgYmIRS51thMg8mJ6sqKBJO4RGF6WTUGfktN3 lx4JnJpn1AlvIZ14YlKjzDwVjSaTjWXkZBejuHlirUNAULJVL0AsQZ3IF+m/9fIQpgll ekDuZkJlXyj7IpeOjDdYaQWIAKzwwqNIXeiWI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=3CCq26nXuiFScU3XfOzJpY6NxiSwW/xLjdZTaM5blIY=; b=JsXA7doHx8FLLwf6JCWJuZmO4A886pCWPGR+63vWypTsJnSHGbqFW0L5+Mm48Znuqt JvM86n5ReDuVo2Nx/B1YooJprm2odYpmC5ML4Bxgv8u11tPYUnrMyvr2Q/txu0JA/f+q Ko7r0t8ZMNipA/CIAfbnMgAC5WFOdfTUV97FtW26z/Uk7eBfGnMq9V9+QmGgl5EBJ1Ne eDbcmg08axqX+NE4Nj9ClNieJ5cTGj5SdFJs1IJnu58k6a++0RuBZSqGN2MxiaEsuTHB kh2Rktrk2zDz+fz+tEKTz0YA0fwryS/QSDFBQ+cOSCllFNMBUJcR/feufIrFJTWzpHht 5ZtA== X-Gm-Message-State: AFeK/H3EEyEPGP8KqHbFNdmH9vwwnyDfJk23KEwv0MtMitxa8nByLaQliDQIHJ4Px4W4Mg== X-Received: by 10.200.45.59 with SMTP id n56mr12993746qta.137.1489748582847; Fri, 17 Mar 2017 04:03:02 -0700 (PDT) Received: from localhost.localdomain (cpe-204-210-151-44.hvc.res.rr.com. [204.210.151.44]) by smtp.gmail.com with ESMTPSA id a26sm5665359qtb.28.2017.03.17.04.03.01 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 17 Mar 2017 04:03:02 -0700 (PDT) From: "Tuan M. Hoang" To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 5/7] main/valgrind: add s390x support Date: Fri, 17 Mar 2017 07:02:52 -0400 Message-Id: <20170317110252.22823-1-tmhoang@flatglobe.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170317110046.22642-1-tmhoang@flatglobe.org> References: <20170317110046.22642-1-tmhoang@flatglobe.org> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/valgrind/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/valgrind/APKBUILD b/main/valgrind/APKBUILD index f4fb43aed0..f21a3f7eae 100644 --- a/main/valgrind/APKBUILD +++ b/main/valgrind/APKBUILD @@ -4,7 +4,7 @@ pkgver=3.12.0 pkgrel=0 pkgdesc="A tool to help find memory-management problems in programs" url="http://valgrind.org/" -arch="x86 x86_64 armhf ppc64le" +arch="x86 x86_64 armhf ppc64le s390x" license="GPL2+" depends="" # it seems like busybox sed works but the configure script requires GNU sed -- 2.11.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---