mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
Deprecate the oracle-instantclient-basic packages, instead provide as single oracle-instantclient package with USE flag "+sdk". Fixes bugs #524922. Package-Manager: portage-2.2.26
18 lines
409 B
Bash
18 lines
409 B
Bash
# 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-12[sdk]"
|