diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2012-11-15 19:36:02 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2012-11-15 19:36:02 +0000 |
commit | 06f4239a2d32ed6eb8d29cba71bf57c8c64b175a (patch) | |
tree | 238c681e883f6b6ff6a0a852b6185784243a44a7 /dev-db/oracle-instantclient-basic | |
parent | x86 stable, see bug 429484 (diff) | |
download | gentoo-2-06f4239a2d32ed6eb8d29cba71bf57c8c64b175a.tar.gz gentoo-2-06f4239a2d32ed6eb8d29cba71bf57c8c64b175a.tar.bz2 gentoo-2-06f4239a2d32ed6eb8d29cba71bf57c8c64b175a.zip |
Define QA_PREBUILT, bug#443120.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/oracle-instantclient-basic')
-rw-r--r-- | dev-db/oracle-instantclient-basic/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-db/oracle-instantclient-basic/ChangeLog b/dev-db/oracle-instantclient-basic/ChangeLog index 8d78ea320f13..2721401fd797 100644 --- a/dev-db/oracle-instantclient-basic/ChangeLog +++ b/dev-db/oracle-instantclient-basic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/oracle-instantclient-basic # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v 1.53 2012/11/14 17:20:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/ChangeLog,v 1.54 2012/11/15 19:36:02 haubi Exp $ + + 15 Nov 2012; Michael Haubenwallner <haubi@gentoo.org> + oracle-instantclient-basic-11.2.0.3.ebuild: + Define QA_PREBUILT, bug#443120. 14 Nov 2012; Agostino Sarubbo <ago@gentoo.org> oracle-instantclient-basic-11.2.0.3.ebuild: diff --git a/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild b/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild index abfdd8cbcdbe..6272a1ad15cc 100644 --- a/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild +++ b/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-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-basic/oracle-instantclient-basic-11.2.0.3.ebuild,v 1.9 2012/11/14 17:20:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/oracle-instantclient-basic/oracle-instantclient-basic-11.2.0.3.ebuild,v 1.10 2012/11/15 19:36:02 haubi Exp $ EAPI="4" @@ -39,6 +39,8 @@ RDEPEND=" S="${WORKDIR}" +QA_PREBUILT="usr/lib*/oracle/${PV}/client/lib*/lib*" + set_my_abivars() { S="${WORKDIR}/${ABI}/instantclient_11_2" |