From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6DA68138330 for ; Fri, 12 Jan 2018 04:10:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAF93E09B8; Fri, 12 Jan 2018 04:10:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8C6A9E09B6 for ; Fri, 12 Jan 2018 04:10:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DDCE335C56 for ; Fri, 12 Jan 2018 04:10:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF09E1B7 for ; Fri, 12 Jan 2018 04:10:50 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1515730080.10191f8c2c544d355f437d120a6926d3e062c07d.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/tree/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/tree/tree-1.7.0.ebuild X-VCS-Directories: app-text/tree/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 10191f8c2c544d355f437d120a6926d3e062c07d X-VCS-Branch: master Date: Fri, 12 Jan 2018 04:10:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8210ae0f-64f1-4855-9ea4-638f08b57cda X-Archives-Hash: 9b36cd92deda724562d01520d2bc06c7 commit: 10191f8c2c544d355f437d120a6926d3e062c07d Author: Mike Frysinger gentoo org> AuthorDate: Fri Jan 12 03:40:04 2018 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Fri Jan 12 04:08:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10191f8c app-text/tree: mark 1.7.0 m68k/s390/sh stable app-text/tree/tree-1.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/tree/tree-1.7.0.ebuild b/app-text/tree/tree-1.7.0.ebuild index 2eb6dc1b99f..403081c551c 100644 --- a/app-text/tree/tree-1.7.0.ebuild +++ b/app-text/tree/tree-1.7.0.ebuild @@ -10,7 +10,7 @@ SRC_URI="ftp://mama.indstate.edu/linux/tree/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" RDEPEND="!=sci-biology/meme-4.8.1"