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

DESCRIPTION="A eselect module to handle yacc symlink"
HOMEPAGE="www.gentoo.org"
#SRC_URI="mirrors://gentoo/..."
SRC_URI=""

LICENSE=""
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND=""
RDEPEND="app-admin/eselect"

src_install() {
	insinto /usr/share/eselect/modules
	doins "${FILESDIR}"/yacc.eselect || die
}