From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1302176-garchives=archives.gentoo.org@lists.gentoo.org>
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 4873013933E
	for <garchives@archives.gentoo.org>; Tue, 13 Jul 2021 18:52:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 8DA3FE0D18;
	Tue, 13 Jul 2021 18:52:52 +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 7561EE0D18
	for <gentoo-commits@lists.gentoo.org>; Tue, 13 Jul 2021 18:52:52 +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 79377342CA5
	for <gentoo-commits@lists.gentoo.org>; Tue, 13 Jul 2021 18:52:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id E3BED7B3
	for <gentoo-commits@lists.gentoo.org>; Tue, 13 Jul 2021 18:52:49 +0000 (UTC)
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
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" <gyakovlev@gentoo.org>
Message-ID: <1626202356.3fd5e624ae1c24b83d6093ca876f39fa567e872c.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: 3fd5e624ae1c24b83d6093ca876f39fa567e872c
X-VCS-Branch: master
Date: Tue, 13 Jul 2021 18:52:49 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c48a8a44-8d2c-46cc-b464-93f8b5e2fb61
X-Archives-Hash: 422563851dec44b1606ac5e92ef4c39c

commit:     3fd5e624ae1c24b83d6093ca876f39fa567e872c
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 18:47:08 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 18:52:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fd5e624

sys-apps/systemd-tmpfiles: move linux-headers to DEPEND

no revbump, since it generally affects only new/cross installs

Closes: https://bugs.gentoo.org/802015
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild   | 10 ++++++----
 sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild | 10 ++++++----
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild
index d5f47ffac79..cf8eccb94f0 100644
--- a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild
+++ b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild
@@ -18,18 +18,20 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="selinux test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
+RDEPEND="
 	sys-apps/acl:0=
 	>=sys-apps/util-linux-2.30:0=
-	>=sys-kernel/linux-headers-${MINKV}
 	sys-libs/libcap:0=
 	selinux? ( sys-libs/libselinux:0= )
-"
-RDEPEND="${DEPEND}
 	!sys-apps/opentmpfiles
 	!sys-apps/systemd
 "
 
+DEPEND="
+	${RDEPEND}
+	>=sys-kernel/linux-headers-${MINKV}
+"
+
 BDEPEND="
 	${PYTHON_DEPS}
 	app-text/docbook-xml-dtd:4.2

diff --git a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild
index 9b9579d77a8..ee49640987f 100644
--- a/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild
+++ b/sys-apps/systemd-tmpfiles/systemd-tmpfiles-248.3.ebuild
@@ -24,18 +24,20 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc
 IUSE="selinux test"
 RESTRICT="!test? ( test )"
 
-DEPEND="
+RDEPEND="
 	sys-apps/acl:0=
 	>=sys-apps/util-linux-2.30:0=
-	>=sys-kernel/linux-headers-${MINKV}
 	sys-libs/libcap:0=
 	selinux? ( sys-libs/libselinux:0= )
-"
-RDEPEND="${DEPEND}
 	!sys-apps/opentmpfiles
 	!sys-apps/systemd
 "
 
+DEPEND="
+	${RDEPEND}
+	>=sys-kernel/linux-headers-${MINKV}
+"
+
 BDEPEND="
 	${PYTHON_DEPS}
 	app-text/docbook-xml-dtd:4.2