mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 15:43:55 +00:00
Change was created by running the following command::
ekeyword ^ia64 */*/*.ebuild
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
17 lines
334 B
Bash
17 lines
334 B
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DIST_AUTHOR=JPOWERS
|
|
DIST_VERSION=1.01
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Interface to FedEx Ship Manager Direct"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 x86"
|
|
|
|
RDEPEND="dev-perl/libwww-perl
|
|
dev-perl/Tie-StrictHash"
|
|
BDEPEND="${RDEPEND}"
|