]> Pileus Git - ~andy/sunrise/blob - app-portage/pytage/pytage-0.4.1.ebuild
net-misc/fatrat: Properly fix qt deps
[~andy/sunrise] / app-portage / pytage / pytage-0.4.1.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=3
6
7 PYTHON_DEPEND="2"
8
9 inherit distutils
10
11 DESCRIPTION="A commandline tool for managing portage's user config files"
12 HOMEPAGE="http://code.google.com/p/kenscodepit/wiki/pytage"
13 SRC_URI="http://kenscodepit.googlecode.com/files/${P}.tar.gz"
14
15 LICENSE="GPL-2"
16 SLOT="0"
17 KEYWORDS="~amd64 ~ppc ~x86"
18 IUSE=""
19
20 RDEPEND="virtual/pager"