From cf34df6215e595901ec643b00da7f8c20afcaed4 Mon Sep 17 00:00:00 2001
From: Alexander Golubev <fatzer2@gmail.com>
Date: Thu, 19 Feb 2026 04:00:38 +0300
Subject: trinity-base/krec: drop USE=encode

The USE flag didn't do anything by itself.

Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
---
 trinity-base/krec/krec-14.1.2.ebuild | 8 ++++----
 trinity-base/krec/krec-14.1.4.ebuild | 8 ++++----
 trinity-base/krec/krec-14.1.5.ebuild | 6 +++---
 trinity-base/krec/krec-9999.ebuild   | 8 ++++----
 4 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/trinity-base/krec/krec-14.1.2.ebuild b/trinity-base/krec/krec-14.1.2.ebuild
index dd74ec2e..1ac5a510 100644
--- a/trinity-base/krec/krec-14.1.2.ebuild
+++ b/trinity-base/krec/krec-14.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2024 The Trinity Desktop Project
+# Copyright 2021-2026 The Trinity Desktop Project
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -13,11 +13,11 @@ DESCRIPTION="TDE sound recorder"
 if [[ ${PV} != *9999* ]] ; then
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
-IUSE="encode mp3 vorbis"
+IUSE="mp3 vorbis"
 
 DEPEND="~trinity-base/tdemultimedia-arts-${PV}
-	encode? ( mp3? ( media-sound/lame )
-			vorbis? ( media-libs/libvorbis ) )"
+	mp3? ( media-sound/lame )
+	vorbis? ( media-libs/libvorbis )"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
diff --git a/trinity-base/krec/krec-14.1.4.ebuild b/trinity-base/krec/krec-14.1.4.ebuild
index f4cb0f03..f233af01 100644
--- a/trinity-base/krec/krec-14.1.4.ebuild
+++ b/trinity-base/krec/krec-14.1.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2025 The Trinity Desktop Project
+# Copyright 2021-2026 The Trinity Desktop Project
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -12,11 +12,11 @@ DESCRIPTION="TDE sound recorder"
 if [[ ${PV} != *9999* ]] ; then
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
-IUSE="encode mp3 vorbis"
+IUSE="mp3 vorbis"
 
 DEPEND="~trinity-base/tdemultimedia-arts-${PV}
-	encode? ( mp3? ( media-sound/lame )
-			vorbis? ( media-libs/libvorbis ) )"
+	mp3? ( media-sound/lame )
+	vorbis? ( media-libs/libvorbis )"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
diff --git a/trinity-base/krec/krec-14.1.5.ebuild b/trinity-base/krec/krec-14.1.5.ebuild
index d59ad13d..f233af01 100644
--- a/trinity-base/krec/krec-14.1.5.ebuild
+++ b/trinity-base/krec/krec-14.1.5.ebuild
@@ -12,11 +12,11 @@ DESCRIPTION="TDE sound recorder"
 if [[ ${PV} != *9999* ]] ; then
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
-IUSE="encode mp3 vorbis"
+IUSE="mp3 vorbis"
 
 DEPEND="~trinity-base/tdemultimedia-arts-${PV}
-	encode? ( mp3? ( media-sound/lame )
-			vorbis? ( media-libs/libvorbis ) )"
+	mp3? ( media-sound/lame )
+	vorbis? ( media-libs/libvorbis )"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
diff --git a/trinity-base/krec/krec-9999.ebuild b/trinity-base/krec/krec-9999.ebuild
index f4cb0f03..f233af01 100644
--- a/trinity-base/krec/krec-9999.ebuild
+++ b/trinity-base/krec/krec-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2025 The Trinity Desktop Project
+# Copyright 2021-2026 The Trinity Desktop Project
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
@@ -12,11 +12,11 @@ DESCRIPTION="TDE sound recorder"
 if [[ ${PV} != *9999* ]] ; then
 	KEYWORDS="~amd64 ~arm64 ~x86"
 fi
-IUSE="encode mp3 vorbis"
+IUSE="mp3 vorbis"
 
 DEPEND="~trinity-base/tdemultimedia-arts-${PV}
-	encode? ( mp3? ( media-sound/lame )
-			vorbis? ( media-libs/libvorbis ) )"
+	mp3? ( media-sound/lame )
+	vorbis? ( media-libs/libvorbis )"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
-- 
cgit v1.2.3

