diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-07-31 16:09:05 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-08-01 09:43:14 +0200 |
commit | 5f6e1f4121edcc8824886c6a735399fb7f5c79e9 (patch) | |
tree | e0509f6807c00bdef25078658ab62c143ef0be46 /media-sound/smixer | |
parent | media-sound/sidplay: remove empty IUSE (diff) | |
download | gentoo-5f6e1f4121edcc8824886c6a735399fb7f5c79e9.tar.gz gentoo-5f6e1f4121edcc8824886c6a735399fb7f5c79e9.tar.bz2 gentoo-5f6e1f4121edcc8824886c6a735399fb7f5c79e9.zip |
media-sound/smixer: fix pkgcheck issues
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/smixer')
-rw-r--r-- | media-sound/smixer/smixer-1.0.4.ebuild | 6 |
1 files 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}" |