blob: 4098dfefbec23bde3d595f56d653dd61ac927c06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-db/emul-linux-x86-db-20131008.ebuild,v 1.2 2013/11/22 19:29:19 pacho Exp $
EAPI=5
inherit emul-linux-x86
LICENSE="GPL-2 LGPL-2.1"
KEYWORDS="-* amd64"
DEPEND=""
RDEPEND="~app-emulation/emul-linux-x86-baselibs-${PV}"
|