summaryrefslogtreecommitdiff
blob: eab53c3fe5b00d45b879b672d11410b55c945edc (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="Test package to expose libtool bug"
HOMEPAGE="www.gentoo.org/~pva"
SRC_URI="http://www.gentoo.org/~pva/${P}.tar.bz2"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"