oracle-instantclient-odbc-12.ebuild 446 B

1234567891011121314151617181920
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. DESCRIPTION="Transition package moving to single ${CATEGORY}/oracle-instantclient package"
  5. HOMEPAGE="https://bugs.gentoo.org/show_bug.cgi?id=524922#c12"
  6. SRC_URI=""
  7. LICENSE="metapackage"
  8. SLOT="0"
  9. KEYWORDS="~x86 ~amd64"
  10. IUSE=""
  11. DEPEND=""
  12. RDEPEND="
  13. >=dev-db/oracle-instantclient-basic-12
  14. >=dev-db/oracle-instantclient-12[odbc]
  15. "