14 lines
238 B
Bash
14 lines
238 B
Bash
# Copyright 2024 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="Virtual for gcc-libs"
|
|
SLOT="0"
|
|
KEYWORDS="amd64"
|
|
|
|
RDEPEND="|| (
|
|
~sys-libs/gcc-libs-${PV}
|
|
sys-devel/gcc:${PV}
|
|
)"
|