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.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 E3C1415ACFB for ; Sun, 23 Apr 2023 11:42:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B520CE0A8D; Sun, 23 Apr 2023 11:42:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 998A9E0A8D for ; Sun, 23 Apr 2023 11:42:49 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7ED78340C50 for ; Sun, 23 Apr 2023 11:42:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CB5D7DE for ; Sun, 23 Apr 2023 11:42:47 +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: <1682250154.2f7a58d83e917cfabb8a3217013f992b2abe8d91.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/k3b/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/k3b/k3b-23.04.49.9999.ebuild kde-apps/k3b/k3b-9999.ebuild X-VCS-Directories: kde-apps/k3b/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2f7a58d83e917cfabb8a3217013f992b2abe8d91 X-VCS-Branch: master Date: Sun, 23 Apr 2023 11:42:47 +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: 32e8b690-adc0-475d-bf11-ccc9c5be5601 X-Archives-Hash: ebaaec1eb6e1af865e604ae2bc13ae81 commit: 2f7a58d83e917cfabb8a3217013f992b2abe8d91 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 23 11:42:34 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 23 11:42:34 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2f7a58d8 kde-apps/k3b: Improve use flag sorting Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/k3b/k3b-23.04.49.9999.ebuild | 2 +- kde-apps/k3b/k3b-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/k3b/k3b-23.04.49.9999.ebuild b/kde-apps/k3b/k3b-23.04.49.9999.ebuild index bef68a474d..7ea543acf4 100644 --- a/kde-apps/k3b/k3b-23.04.49.9999.ebuild +++ b/kde-apps/k3b/k3b-23.04.49.9999.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/k3b/ https://userbase.kde.org/K3b" LICENSE="GPL-2 FDL-1.2" SLOT="5" KEYWORDS="" -IUSE="dvd ffmpeg flac mad lame musepack sndfile sox taglib vcd vorbis" +IUSE="dvd ffmpeg flac lame mad musepack sndfile sox taglib vcd vorbis" REQUIRED_USE="flac? ( taglib ) lame? ( taglib ) sox? ( taglib )" diff --git a/kde-apps/k3b/k3b-9999.ebuild b/kde-apps/k3b/k3b-9999.ebuild index bef68a474d..7ea543acf4 100644 --- a/kde-apps/k3b/k3b-9999.ebuild +++ b/kde-apps/k3b/k3b-9999.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/k3b/ https://userbase.kde.org/K3b" LICENSE="GPL-2 FDL-1.2" SLOT="5" KEYWORDS="" -IUSE="dvd ffmpeg flac mad lame musepack sndfile sox taglib vcd vorbis" +IUSE="dvd ffmpeg flac lame mad musepack sndfile sox taglib vcd vorbis" REQUIRED_USE="flac? ( taglib ) lame? ( taglib ) sox? ( taglib )"