diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-11-08 04:57:34 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-11-08 04:57:34 +0000 |
commit | a3e3192667a8510530afb684545c1d63efe698b1 (patch) | |
tree | 9e7052b47fd2708f641484bcc80b24b6631d5450 /www-client/opera | |
parent | Version bump. (diff) | |
download | gentoo-2-a3e3192667a8510530afb684545c1d63efe698b1.tar.gz gentoo-2-a3e3192667a8510530afb684545c1d63efe698b1.tar.bz2 gentoo-2-a3e3192667a8510530afb684545c1d63efe698b1.zip |
Out with QA_PRESTRIPPED, in with QA_PREBUILT (bug #442090.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'www-client/opera')
-rw-r--r-- | www-client/opera/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/opera/opera-12.10.1652.ebuild | 4 | ||||
-rw-r--r-- | www-client/opera/opera-12.11.1653.ebuild | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/www-client/opera/ChangeLog b/www-client/opera/ChangeLog index 3ca2a5b737c2..1a095f0232b5 100644 --- a/www-client/opera/ChangeLog +++ b/www-client/opera/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/opera # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.758 2012/11/07 16:08:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/ChangeLog,v 1.759 2012/11/08 04:57:34 jer Exp $ + + 08 Nov 2012; Jeroen Roovers <jer@gentoo.org> opera-12.10.1652.ebuild, + opera-12.11.1653.ebuild: + Out with QA_PRESTRIPPED, in with QA_PREBUILT (bug #442090. *opera-12.11.1653 (07 Nov 2012) diff --git a/www-client/opera/opera-12.10.1652.ebuild b/www-client/opera/opera-12.10.1652.ebuild index e66888eb71f6..077c36c06735 100644 --- a/www-client/opera/opera-12.10.1652.ebuild +++ b/www-client/opera/opera-12.10.1652.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/opera-12.10.1652.ebuild,v 1.3 2012/11/06 19:53:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-12.10.1652.ebuild,v 1.4 2012/11/08 04:57:34 jer Exp $ EAPI=4 inherit eutils fdo-mime gnome2-utils multilib pax-utils versionator @@ -86,7 +86,7 @@ src_unpack() { src_prepare() { export OPREFIX="/usr/$(get_libdir)" export QA_FLAGS_IGNORED="${OPREFIX}/${PN}/.*" - export QA_PRESTRIPPED="${OPREFIX}/${PN}/.*" + export QA_PREBUILT="${OPREFIX}/${PN}/.*" local LNGDIR="share/${PN}/locale" diff --git a/www-client/opera/opera-12.11.1653.ebuild b/www-client/opera/opera-12.11.1653.ebuild index e2aba9d7f7d0..aa8e6ee6c8a0 100644 --- a/www-client/opera/opera-12.11.1653.ebuild +++ b/www-client/opera/opera-12.11.1653.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/opera-12.11.1653.ebuild,v 1.1 2012/11/07 16:08:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/opera/opera-12.11.1653.ebuild,v 1.2 2012/11/08 04:57:34 jer Exp $ EAPI=4 inherit eutils fdo-mime gnome2-utils multilib pax-utils versionator @@ -85,8 +85,7 @@ src_unpack() { src_prepare() { export OPREFIX="/usr/$(get_libdir)" - export QA_FLAGS_IGNORED="${OPREFIX}/${PN}/.*" - export QA_PRESTRIPPED="${OPREFIX}/${PN}/.*" + export QA_PREBUILT="${OPREFIX}/${PN}/.*" local LNGDIR="share/${PN}/locale" |