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 E33D91382C5 for ; Fri, 5 Jan 2018 09:10:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14266E0B7B; Fri, 5 Jan 2018 09:10:18 +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 E351FE0B7B for ; Fri, 5 Jan 2018 09:10:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DAF7C335C2C for ; Fri, 5 Jan 2018 09:10:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76482190 for ; Fri, 5 Jan 2018 09:10:15 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1515143405.7b50aea3f861c6c443c022c9918f06eb066367c7.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/debianutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/debianutils/debianutils-4.8.3.ebuild X-VCS-Directories: sys-apps/debianutils/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7b50aea3f861c6c443c022c9918f06eb066367c7 X-VCS-Branch: master Date: Fri, 5 Jan 2018 09:10:15 +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: cf8138ae-27e1-4f52-81e8-8c3f641854a5 X-Archives-Hash: 9f3acd919d767ac633d7a5e3eb8801d4 commit: 7b50aea3f861c6c443c022c9918f06eb066367c7 Author: Lars Wendler gentoo org> AuthorDate: Fri Jan 5 09:10:05 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Jan 5 09:10:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b50aea3 sys-apps/debianutils: Version 4.8.3 stable for x86. Bug: https://bugs.gentoo.org/643110 Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-apps/debianutils/debianutils-4.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/debianutils/debianutils-4.8.3.ebuild b/sys-apps/debianutils/debianutils-4.8.3.ebuild index 328e93d118a..6abefe767bc 100644 --- a/sys-apps/debianutils/debianutils-4.8.3.ebuild +++ b/sys-apps/debianutils/debianutils-4.8.3.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.xz" LICENSE="BSD GPL-2 SMAIL" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="kernel_linux static" PATCHES=( "${FILESDIR}"/${PN}-3.4.2-no-bs-namespace.patch )