projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1605995
)
www-client/opera: get_libdir foo.
author
Jeroen Roovers
<jer@gentoo.org>
Wed, 1 Mar 2017 07:30:19 +0000
(08:30 +0100)
committer
Jeroen Roovers
<jer@gentoo.org>
Wed, 1 Mar 2017 07:30:41 +0000
(08:30 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
www-client/opera/opera-12.16_p1860-r1.ebuild
patch
|
blob
|
history
diff --git
a/www-client/opera/opera-12.16_p1860-r1.ebuild
b/www-client/opera/opera-12.16_p1860-r1.ebuild
index 1c0031ff293dc974051469fbbd71e64e0a547cf6..a7af7f0f346f198c980a726026ca2adfa6eb6f98 100644
(file)
--- a/
www-client/opera/opera-12.16_p1860-r1.ebuild
+++ b/
www-client/opera/opera-12.16_p1860-r1.ebuild
@@
-101,9
+101,12
@@
RDEPEND="
gstreamer? ( ${GSTRDEPEND} )
"
-OPREFIX="/usr/$(get_libdir)"
QA_PREBUILT="*"
+pkg_setup() {
+ OPREFIX="/usr/$(get_abi_LIBDIR)"
+}
+
src_unpack() {
unpack ${A}
mv -v ${PN}* "${S}" || die