mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
x11-wm/subtle: EAPI 8, enable ruby31
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
USE_RUBY="ruby26 ruby27 ruby30"
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby27 ruby30 ruby31"
|
||||
|
||||
inherit ruby-ng toolchain-funcs
|
||||
|
||||
SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DESCRIPTION="A manual tiling window manager"
|
||||
HOMEPAGE="https://subforge.org/projects/subtle/wiki"
|
||||
SRC_URI="https://dev.gentoo.org/~radhermit/dist/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="debug doc +xft xinerama xpm +xrandr +xtest"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
Reference in New Issue
Block a user