blob: b8ceb997c329123b2a7d6efe325230a516400d64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/skkserv/skkserv-0.ebuild,v 1.2 2011/04/17 17:45:58 ulm Exp $
EAPI=3
DESCRIPTION="Virtual for SKK server"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
DEPEND=""
RDEPEND="|| ( app-i18n/skkserv
app-i18n/mecab-skkserv
app-i18n/multiskkserv
app-i18n/rskkserv )"
|