summaryrefslogtreecommitdiff
blob: 065c57fbfec8c08c5e1b4c68bcdafb6dbe618f40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="4"

DESCRIPTION="This is a garbage package to be abused by revdep-pax"
HOMEPAGE="http://dev.gentoo.org/~blueness/elfix"
SRC_URI="http://dev.gentoo.org/~blueness/elfix/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}
	>=sys-apps/elfix-0.4.2
	sys-apps/paxctl"