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 2F20F138334 for ; Tue, 2 Oct 2018 10:58:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6125CE092B; Tue, 2 Oct 2018 10:58:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3B37DE092B for ; Tue, 2 Oct 2018 10:58:29 +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 EE0DC335D05 for ; Tue, 2 Oct 2018 10:58:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B189434 for ; Tue, 2 Oct 2018 10:58:25 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1538477891.f1545e2cf5dd2cd2e665ba554ef72dc50755b9ee.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/lsb-release/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/lsb-release/lsb-release-1.4-r3.ebuild X-VCS-Directories: sys-apps/lsb-release/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: f1545e2cf5dd2cd2e665ba554ef72dc50755b9ee X-VCS-Branch: master Date: Tue, 2 Oct 2018 10:58:25 +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: f5e75827-3cc9-4fd9-80be-c33de3535681 X-Archives-Hash: 2cb4ed1d93d383c7e57b06501d602c1a commit: f1545e2cf5dd2cd2e665ba554ef72dc50755b9ee Author: Tobias Klausmann gentoo org> AuthorDate: Tue Oct 2 10:58:11 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Oct 2 10:58:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1545e2c sys-apps/lsb-release-1.4-r3: alpha stable Gentoo-Bug: http://bugs.gentoo.org/642362 Signed-off-by: Tobias Klausmann gentoo.org> sys-apps/lsb-release/lsb-release-1.4-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/lsb-release/lsb-release-1.4-r3.ebuild b/sys-apps/lsb-release/lsb-release-1.4-r3.ebuild index 4f8a4427a3f..e4460abf467 100644 --- a/sys-apps/lsb-release/lsb-release-1.4-r3.ebuild +++ b/sys-apps/lsb-release/lsb-release-1.4-r3.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/lsb/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" # Perl isn't needed at runtime, it is just used to generate the man page. DEPEND="dev-lang/perl"