blob: 8202b1c6bafa5d6686e31ac56caaa945530f9813 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
DESCRIPTION="MIT TechTV Ruby on Rails app"
HOMEPAGE="http://techtv.mit.edu"
LICENSE="GPL3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND="
app-misc/sphinx[mysql,odbc]
dev-db/redis
dev-db/mysql
"
RDEPEND="${DEPEND}"
|