blob: 6d3acbe3db7cb3d906088cc2d047ce6cc710901c (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="Convenience virtual for perl6"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="dev-lang/rakudo"
|