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 | |
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')
-rw-r--r-- | dev-db/oracle-instantclient-jdbc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/oracle-instantclient-jdbc/oracle-instantclient-jdbc-11.2.0.3.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-db/oracle-instantclient-jdbc/ChangeLog b/dev-db/oracle-instantclient-jdbc/ChangeLog index 296c351c8242..ed25fd8144a0 100644 --- a/dev-db/oracle-instantclient-jdbc/ChangeLog +++ b/dev-db/oracle-instantclient-jdbc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/oracle-instantclient-jdbc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v 1.35 2012/11/14 17:20:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-jdbc/ChangeLog,v 1.36 2012/11/15 19:50:09 haubi Exp $ + + 15 Nov 2012; Michael Haubenwallner <haubi@gentoo.org> + oracle-instantclient-jdbc-11.2.0.3.ebuild: + Define QA_PREBUILT, bug#443120. 14 Nov 2012; Agostino Sarubbo <ago@gentoo.org> oracle-instantclient-jdbc-11.2.0.3.ebuild: 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} } |