mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 16:08:17 +00:00
14 lines
243 B
Bash
14 lines
243 B
Bash
# Copyright 1999-2023 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=VPIT
|
|
DIST_VERSION=0.34
|
|
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Act on upper scopes"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~riscv ~x86"
|