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 06D731382C5 for ; Sun, 24 Jan 2021 22:09:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AE3FE0863; Sun, 24 Jan 2021 22:09:27 +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 2EDF5E0863 for ; Sun, 24 Jan 2021 22:09:27 +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 28BE1340D92 for ; Sun, 24 Jan 2021 22:09:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D05D23B7 for ; Sun, 24 Jan 2021 22:09:24 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1611525617.c508fca9e93d1ef32d7879f9d1a02f442ba697c6.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/plasma-telepathy-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-20.12.49.9999.ebuild kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild X-VCS-Directories: kde-apps/plasma-telepathy-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c508fca9e93d1ef32d7879f9d1a02f442ba697c6 X-VCS-Branch: master Date: Sun, 24 Jan 2021 22:09:24 +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: 4ce69cf5-9867-4554-a264-40924dd48d3e X-Archives-Hash: e0b1db235f7363f9f1e0dff4c4dddd37 commit: c508fca9e93d1ef32d7879f9d1a02f442ba697c6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 24 22:00:17 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 24 22:00:17 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c508fca9 kde-apps/plasma-telepathy-meta: Drop IUSE=gstreamer kde-apps/ktp-call-ui was last-rited. Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> .../plasma-telepathy-meta/plasma-telepathy-meta-20.12.49.9999.ebuild | 3 +-- kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-20.12.49.9999.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-20.12.49.9999.ebuild index 7c38904122..b6df7780fd 100644 --- a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-20.12.49.9999.ebuild +++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-20.12.49.9999.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://community.kde.org/KTp" LICENSE="metapackage" SLOT="5" KEYWORDS="" -IUSE="gstreamer" +IUSE="" RDEPEND=" >=kde-apps/ktp-accounts-kcm-${PV}:${SLOT} @@ -23,7 +23,6 @@ RDEPEND=" >=kde-apps/ktp-kded-module-${PV}:${SLOT} >=kde-apps/ktp-send-file-${PV}:${SLOT} >=kde-apps/ktp-text-ui-${PV}:${SLOT} - gstreamer? ( >=kde-apps/ktp-call-ui-${PV}:${SLOT} ) " pkg_postinst() { diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild index 7c38904122..b6df7780fd 100644 --- a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild +++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://community.kde.org/KTp" LICENSE="metapackage" SLOT="5" KEYWORDS="" -IUSE="gstreamer" +IUSE="" RDEPEND=" >=kde-apps/ktp-accounts-kcm-${PV}:${SLOT} @@ -23,7 +23,6 @@ RDEPEND=" >=kde-apps/ktp-kded-module-${PV}:${SLOT} >=kde-apps/ktp-send-file-${PV}:${SLOT} >=kde-apps/ktp-text-ui-${PV}:${SLOT} - gstreamer? ( >=kde-apps/ktp-call-ui-${PV}:${SLOT} ) " pkg_postinst() {