* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktp-accounts-kcm/
@ 2018-05-13 6:56 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2018-05-13 6:56 UTC (permalink / raw
To: gentoo-commits
commit: 8fc5e535feac5854e8c9f2d78ba1e4bf1f8ec514
Author: Matija Skala <mskala <AT> gmx <DOT> com>
AuthorDate: Sat May 12 10:58:20 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 13 06:56:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc5e535
kde-apps/ktp-accounts-kcm: add missing dependency
Closes: https://github.com/gentoo/gentoo/pull/8359
kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-18.04.1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-18.04.1.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-18.04.1.ebuild
index 0bd40b4ef69..c3ee1a2c42b 100644
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-18.04.1.ebuild
+++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-18.04.1.ebuild
@@ -35,6 +35,7 @@ DEPEND="${COMMON_DEPEND}
$(add_frameworks_dep kcmutils)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kio)
+ dev-util/intltool
net-libs/libaccounts-glib
"
RDEPEND="${COMMON_DEPEND}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktp-accounts-kcm/
@ 2023-02-07 10:37 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2023-02-07 10:37 UTC (permalink / raw
To: gentoo-commits
commit: a20aea1abaadf4663aaa89bbb586968c29d29df8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 5 22:54:32 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 10:36:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20aea1a
kde-apps/ktp-accounts-kcm: destabilize 22.08.3 for ~x86
Bug: https://bugs.gentoo.org/893234
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-22.08.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-22.08.3.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-22.08.3.ebuild
index 0a05b0195bbf..f4d3a01e2916 100644
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-22.08.3.ebuild
+++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-22.08.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,7 +13,7 @@ HOMEPAGE="https://community.kde.org/KTp"
LICENSE="LGPL-2.1"
SLOT="5"
-KEYWORDS="amd64 arm64 x86"
+KEYWORDS="amd64 arm64 ~x86"
IUSE="experimental"
COMMON_DEPEND="
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktp-accounts-kcm/
@ 2024-01-08 20:06 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2024-01-08 20:06 UTC (permalink / raw
To: gentoo-commits
commit: 2278736c13462521148d7773215ef2013a4b03d5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 8 18:49:56 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 8 20:03:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2278736c
kde-apps/ktp-accounts-kcm: Add missing BDEPEND
kaccounts_add_service (from kaccounts-integration) is using dev-util/intltool
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-22.08.3-r2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-22.08.3-r2.ebuild b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-22.08.3-r2.ebuild
index 240a5b972551..2e16cc1ad72e 100644
--- a/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-22.08.3-r2.ebuild
+++ b/kde-apps/ktp-accounts-kcm/ktp-accounts-kcm-22.08.3-r2.ebuild
@@ -45,6 +45,7 @@ RDEPEND="${COMMON_DEPEND}
>=kde-apps/kaccounts-providers-${PVCUT}:5
net-im/telepathy-connection-managers
"
+BDEPEND="dev-util/intltool"
src_configure() {
local mycmakeargs=(
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-01-08 20:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-07 10:37 [gentoo-commits] repo/gentoo:master commit in: kde-apps/ktp-accounts-kcm/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2024-01-08 20:06 Andreas Sturmlechner
2018-05-13 6:56 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox