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 7B66313933E for ; Tue, 20 Jul 2021 02:18:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2251E0ABD; Tue, 20 Jul 2021 02:18:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B7485E0ABD for ; Tue, 20 Jul 2021 02:18:46 +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 9583A342B82 for ; Tue, 20 Jul 2021 02:18:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30B3B5C4 for ; Tue, 20 Jul 2021 02:18:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1626747512.c1640eb55838e64e993cb02aa7c1202e67f3226d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/eudev/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/eudev/eudev-3.2.9-r1.ebuild sys-fs/eudev/eudev-4.9999.ebuild sys-fs/eudev/eudev-9999.ebuild X-VCS-Directories: sys-fs/eudev/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c1640eb55838e64e993cb02aa7c1202e67f3226d X-VCS-Branch: master Date: Tue, 20 Jul 2021 02:18:44 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d4ef431a-e5c3-45b4-a006-41eafe54a755 X-Archives-Hash: 00e89eeca8f91789a8219f212bb5bfc4 commit: c1640eb55838e64e993cb02aa7c1202e67f3226d Author: Sam James gentoo org> AuthorDate: Tue Jul 20 02:17:28 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 20 02:18:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1640eb5 sys-fs/eudev: drop obsolete intltool dependency Nobody can find justification for keeping this; the eudev tree doesn't have any record of gettext, libintl, or intltool. Revbumping to allow folks to depclean a possibly large number of Perl modules. Closes: https://bugs.gentoo.org/795795 Signed-off-by: Sam James gentoo.org> sys-fs/eudev/{eudev-9999.ebuild => eudev-3.2.9-r1.ebuild} | 3 +-- sys-fs/eudev/eudev-4.9999.ebuild | 1 - sys-fs/eudev/eudev-9999.ebuild | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/sys-fs/eudev/eudev-9999.ebuild b/sys-fs/eudev/eudev-3.2.9-r1.ebuild similarity index 98% copy from sys-fs/eudev/eudev-9999.ebuild copy to sys-fs/eudev/eudev-3.2.9-r1.ebuild index 1038cbac1ee..4c0eb02700d 100644 --- a/sys-fs/eudev/eudev-9999.ebuild +++ b/sys-fs/eudev/eudev-3.2.9-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" @@ -37,7 +37,6 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig >=sys-devel/make-3.82-r4 >=sys-kernel/linux-headers-${KV_min} - >=dev-util/intltool-0.50 test? ( app-text/tree dev-lang/perl )" RDEPEND="${COMMON_DEPEND} diff --git a/sys-fs/eudev/eudev-4.9999.ebuild b/sys-fs/eudev/eudev-4.9999.ebuild index cdeef0b48ae..3299349b621 100644 --- a/sys-fs/eudev/eudev-4.9999.ebuild +++ b/sys-fs/eudev/eudev-4.9999.ebuild @@ -38,7 +38,6 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig >=sys-devel/make-3.82-r4 >=sys-kernel/linux-headers-${KV_min} - >=dev-util/intltool-0.50 test? ( app-text/tree dev-lang/perl )" RDEPEND="${COMMON_DEPEND} diff --git a/sys-fs/eudev/eudev-9999.ebuild b/sys-fs/eudev/eudev-9999.ebuild index 1038cbac1ee..1ed46df8751 100644 --- a/sys-fs/eudev/eudev-9999.ebuild +++ b/sys-fs/eudev/eudev-9999.ebuild @@ -37,7 +37,6 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig >=sys-devel/make-3.82-r4 >=sys-kernel/linux-headers-${KV_min} - >=dev-util/intltool-0.50 test? ( app-text/tree dev-lang/perl )" RDEPEND="${COMMON_DEPEND}