diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2012-11-15 19:50:09 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2012-11-15 19:50:09 +0000 |
commit | 0a9a22f711ac52c91603837541c57f70282c54fe (patch) | |
tree | 8fda5b6651448c32e1ae15c6f7642438916267e4 /dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild | |
parent | Use src_uri arrows to allow versioning sanely. (diff) | |
download | gentoo-2-0a9a22f711ac52c91603837541c57f70282c54fe.tar.gz gentoo-2-0a9a22f711ac52c91603837541c57f70282c54fe.tar.bz2 gentoo-2-0a9a22f711ac52c91603837541c57f70282c54fe.zip |
Define QA_PREBUILT, bug#443120.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild')
-rw-r--r-- | dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild b/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild index 14d6d4403e8a..17443e411bf0 100644 --- a/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild +++ b/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild,v 1.6 2012/11/14 17:20:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild,v 1.7 2012/11/15 19:50:09 haubi Exp $ EAPI="4" @@ -30,6 +30,8 @@ RDEPEND="~dev-db/oracle-instantclient-basic-${PV}" S="${WORKDIR}" +QA_PREBUILT="usr/lib*/oracle/${PV}/client/lib*/lib*" + default_abi() { [[ ${DEFAULT_ABI} == 'default' ]] && echo ${ARCH} || echo ${DEFAULT_ABI} } |