From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1586432-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id B8CB815803E
	for <garchives@archives.gentoo.org>; Tue,  2 Jan 2024 22:18:19 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EEDC02BC02C;
	Tue,  2 Jan 2024 22:18:18 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 488C22BC02C
	for <gentoo-commits@lists.gentoo.org>; Tue,  2 Jan 2024 22:18:18 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7930D34072E
	for <gentoo-commits@lists.gentoo.org>; Tue,  2 Jan 2024 22:18:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DC7041256
	for <gentoo-commits@lists.gentoo.org>; Tue,  2 Jan 2024 22:18:15 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@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, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1704232489.0a627764c3f4ec041e3f81cb8a30015ee7a06793.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/akonadi-mime/
X-VCS-Repository: proj/kde
X-VCS-Files: kde-apps/akonadi-mime/akonadi-mime-23.08.49.9999.ebuild kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
X-VCS-Directories: kde-apps/akonadi-mime/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 0a627764c3f4ec041e3f81cb8a30015ee7a06793
X-VCS-Branch: master
Date: Tue,  2 Jan 2024 22:18:15 +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: a99a04ff-d0a8-4d39-a71c-ed020032fc36
X-Archives-Hash: 0acd1516f64d3666987f83dec797b849

commit:     0a627764c3f4ec041e3f81cb8a30015ee7a06793
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  2 21:54:49 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan  2 21:54:49 2024 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0a627764

kde-apps/akonadi-mime: Move dev-libs/libxslt to BDEPEND

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/akonadi-mime/akonadi-mime-23.08.49.9999.ebuild | 2 +-
 kde-apps/akonadi-mime/akonadi-mime-9999.ebuild          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kde-apps/akonadi-mime/akonadi-mime-23.08.49.9999.ebuild b/kde-apps/akonadi-mime/akonadi-mime-23.08.49.9999.ebuild
index c634469481..d27fa347e9 100644
--- a/kde-apps/akonadi-mime/akonadi-mime-23.08.49.9999.ebuild
+++ b/kde-apps/akonadi-mime/akonadi-mime-23.08.49.9999.ebuild
@@ -21,7 +21,6 @@ IUSE=""
 RESTRICT="test"
 
 DEPEND="
-	dev-libs/libxslt
 	>=dev-qt/qtdbus-${QTMIN}:5
 	>=dev-qt/qtgui-${QTMIN}:5
 	>=dev-qt/qtwidgets-${QTMIN}:5
@@ -36,3 +35,4 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:5
 "
 RDEPEND="${DEPEND}"
+BDEPEND="dev-libs/libxslt"

diff --git a/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild b/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
index 3f51a79784..b7d850b4eb 100644
--- a/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
+++ b/kde-apps/akonadi-mime/akonadi-mime-9999.ebuild
@@ -21,7 +21,6 @@ IUSE=""
 RESTRICT="test"
 
 DEPEND="
-	dev-libs/libxslt
 	>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
 	>=kde-apps/akonadi-${PVCUT}:6
 	>=kde-apps/kmime-${PVCUT}:6
@@ -34,3 +33,4 @@ DEPEND="
 	>=kde-frameworks/kxmlgui-${KFMIN}:6
 "
 RDEPEND="${DEPEND}"
+BDEPEND="dev-libs/libxslt"