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 05FF713933E for ; Wed, 7 Jul 2021 01:39:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E126E0ABE; Wed, 7 Jul 2021 01:39:47 +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 E50B3E0ABE for ; Wed, 7 Jul 2021 01:39:46 +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 9843A342B80 for ; Wed, 7 Jul 2021 01:39:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1502A7C5 for ; Wed, 7 Jul 2021 01:39:44 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1625621927.6b82e894527edeef1fe3a1945d9493761232d49d.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-tmpfiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild X-VCS-Directories: sys-apps/systemd-tmpfiles/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 6b82e894527edeef1fe3a1945d9493761232d49d X-VCS-Branch: master Date: Wed, 7 Jul 2021 01:39: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: cad62f9c-fe14-4076-92e3-45bc80b7ceca X-Archives-Hash: 0d09dc44063b87dfa03814584f3be687 commit: 6b82e894527edeef1fe3a1945d9493761232d49d Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Jul 7 01:31:00 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Wed Jul 7 01:38:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b82e894 sys-apps/systemd-tmpfiles: drop obsolete bdeps add gettext bdepend, drop intltool and m4 https://github.com/systemd/systemd/commit/72cdb3e783174dcf9223a49f03e3b0e2ca95ddb8 https://github.com/systemd/systemd/commit/72cdb3e783174dcf9223a49f03e3b0e2ca95ddb8 Thanks-to: Joshua Kinard gentoo.org> Signed-off-by: Georgy Yakovlev gentoo.org> sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild | 3 +-- sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild index d0aea0b84c2..9fb827b51d1 100644 --- a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild +++ b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild @@ -38,9 +38,8 @@ BDEPEND=" dev-libs/libxslt:0 dev-util/gperf >=dev-util/meson-0.46 - >=dev-util/intltool-0.50 >=sys-apps/coreutils-8.16 - sys-devel/m4 + sys-devel/gettext virtual/pkgconfig " diff --git a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild index 5f813cc32f8..f23fd40ed17 100644 --- a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild +++ b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild @@ -44,9 +44,8 @@ BDEPEND=" dev-libs/libxslt:0 dev-util/gperf >=dev-util/meson-0.46 - >=dev-util/intltool-0.50 >=sys-apps/coreutils-8.16 - sys-devel/m4 + sys-devel/gettext virtual/pkgconfig "