summaryrefslogtreecommitdiff
blob: dd6ed0e6aabcfcf5e82d0fe70523ce7da1d855a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DESCRIPTION="Transition package moving to single ${CATEGORY}/oracle-instantclient package"
HOMEPAGE="https://bugs.gentoo.org/show_bug.cgi?id=524922#c12"
SRC_URI=""

LICENSE="metapackage"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND=""
RDEPEND="
	>=dev-db/oracle-instantclient-basic-12
	>=dev-db/oracle-instantclient-12[odbc]
"