blob: f41232735e063f5b84c340d7563024ba73adf5b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Miscellaneous helpers for AIX (currently just ldd)"
HOMEPAGE="https://prefix.gentoo.org"
SRC_URI="https://dev.gentoo.org/~haubi/distfiles/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc-aix"
IUSE=""
|