diff options
Diffstat (limited to 'www-client/opera-next')
-rw-r--r-- | www-client/opera-next/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/opera-next/opera-next-12.12_pre1707.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/www-client/opera-next/ChangeLog b/www-client/opera-next/ChangeLog index 5ddecac9b384..5c0a68b4e6dc 100644 --- a/www-client/opera-next/ChangeLog +++ b/www-client/opera-next/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/opera-next # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/ChangeLog,v 1.164 2012/12/20 13:59:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/ChangeLog,v 1.165 2012/12/28 16:03:18 jer Exp $ + + 28 Dec 2012; Jeroen Roovers <jer@gentoo.org> opera-next-12.12_pre1707.ebuild: + Set QA_PREBUILT in global scope (bug #442090). *opera-next-12.12_pre1707 (20 Dec 2012) diff --git a/www-client/opera-next/opera-next-12.12_pre1707.ebuild b/www-client/opera-next/opera-next-12.12_pre1707.ebuild index 70c9bc8e215a..3cba87456028 100644 --- a/www-client/opera-next/opera-next-12.12_pre1707.ebuild +++ b/www-client/opera-next/opera-next-12.12_pre1707.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/www-client/opera-next/opera-next-12.12_pre1707.ebuild,v 1.1 2012/12/20 13:59:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera-next/opera-next-12.12_pre1707.ebuild,v 1.2 2012/12/28 16:03:18 jer Exp $ EAPI=4 inherit eutils fdo-mime gnome2-utils multilib pax-utils versionator @@ -97,16 +97,16 @@ RDEPEND=" kde? ( ${KDERDEPEND} ) gstreamer? ( ${GSTRDEPEND} ) " + +OPREFIX="/usr/$(get_libdir)" +QA_PREBUILT="*" + src_unpack() { unpack ${A} mv -v ${PN}* "${S}" || die } src_prepare() { - export OPREFIX="/usr/$(get_libdir)" - export QA_PREBUILT="${OPREFIX}/${PN}/.*" - export QA_PRESTRIPPED="${OPREFIX}/${PN}/.*" - local LNGDIR="share/${PN}/locale" # Count linguas |