mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
15 lines
373 B
Bash
15 lines
373 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DESCRIPTION="Virtual for back-end component for the GNUstep GUI Library"
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 ppc ~sparc x86"
|
|
|
|
RDEPEND="|| (
|
|
~gnustep-base/gnustep-back-cairo-${PV}
|
|
~gnustep-base/gnustep-back-art-${PV}
|
|
~gnustep-base/gnustep-back-xlib-${PV}
|
|
)"
|