mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-27 21:48:16 -07:00
Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
14 lines
307 B
Bash
14 lines
307 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=GAAS
|
|
DIST_VERSION=1.00
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Set up array elements as aliases"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 ~hppa ~mips ppc ppc64 ~sparc x86 ~x64-macos ~x64-solaris"
|