mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
- fixes CVE-2026-13593 - EAPI -> 8 - fix MissingVersionedVirtualPerlDependency Bug: https://bugs.gentoo.org/979592 Signed-off-by: Brett A C Sheffield <bacs@librecast.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1477 Merges: https://codeberg.org/gentoo/gentoo/pulls/1477 Signed-off-by: Sam James <sam@gentoo.org>
14 lines
249 B
Bash
14 lines
249 B
Bash
# Copyright 1999-2026 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=GTERMARS
|
|
DIST_VERSION=0.14
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="XS based CSS minifier"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~riscv ~x86"
|