sys-devel/multilib-gcc-wrapper: remove empty variables

Signed-off-by: Filip Kobierski <fkobi@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37809
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Filip Kobierski
2024-07-30 14:07:40 +02:00
committed by Sam James
parent 09bedcf188
commit 47f59b7e80

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -7,13 +7,11 @@ inherit multilib
DESCRIPTION="Wrappers for gcc tools to be used on non-native CHOSTs"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI=""
S=${WORKDIR}
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64"
IUSE=""
RDEPEND="sys-devel/gcc:="