commit:     5f6e1f4121edcc8824886c6a735399fb7f5c79e9
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Wed Jul 31 14:09:05 2024 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu Aug  1 07:43:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f6e1f41

media-sound/smixer: fix pkgcheck issues

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/smixer/smixer-1.0.4.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/media-sound/smixer/smixer-1.0.4.ebuild 
b/media-sound/smixer/smixer-1.0.4.ebuild
index 4234c69cbbed..ce78f306617c 100644
--- a/media-sound/smixer/smixer-1.0.4.ebuild
+++ b/media-sound/smixer/smixer-1.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,13 +8,11 @@ inherit toolchain-funcs
 DESCRIPTION="command-line tool for setting and viewing mixer settings"
 HOMEPAGE="http://centerclick.org/programs/smixer";
 SRC_URI="http://centerclick.org/programs/${PN}/${PN}${PV}.tgz";
+S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~hppa ppc x86"
-IUSE=""
-
-S="${WORKDIR}/${PN}"
 
 src_compile() {
        emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LFLAGS="${LDFLAGS}"

Reply via email to