Files
ceamac-overlay/virtual/gcc-libs/gcc-libs-15.ebuild
T

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}
)"