Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
hawking 07/09/09 21:50:53
Modified: ChangeLog qscintilla-2.1.ebuild
Log:
fix multilib issue (bug 191910), thanks to Kenneth Prugh
(Portage version: 2.1.3.9)
Revision Changes Path
1.77 dev-python/qscintilla/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla/ChangeLog?r1=1.76&r2=1.77
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/qscintilla/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog 7 Sep 2007 13:25:05 -0000 1.76
+++ ChangeLog 9 Sep 2007 21:50:53 -0000 1.77
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/qscintilla
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/ChangeLog,v 1.76 2007/09/07 13:25:05 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/ChangeLog,v 1.77 2007/09/09 21:50:53 hawking Exp $
+
+ 09 Sep 2007; Ali Polatel <hawking@g.o> qscintilla-2.1.ebuild:
+ Fix multilib issue (bug 191910), thanks to Kenneth Prugh
*qscintilla-2.1 (07 Sep 2007)
1.2 dev-python/qscintilla/qscintilla-2.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla/qscintilla-2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla/qscintilla-2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/qscintilla/qscintilla-2.1.ebuild?r1=1.1&r2=1.2
Index: qscintilla-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/qscintilla/qscintilla-2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qscintilla-2.1.ebuild 7 Sep 2007 13:25:05 -0000 1.1
+++ qscintilla-2.1.ebuild 9 Sep 2007 21:50:53 -0000 1.2
@@ -1,8 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/qscintilla-2.1.ebuild,v 1.1 2007/09/07 13:25:05 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/qscintilla/qscintilla-2.1.ebuild,v 1.2 2007/09/09 21:50:53 hawking Exp $
-inherit eutils toolchain-funcs python
+inherit eutils toolchain-funcs python multilib
SCINTILLA_VER="1.73"
MY_P="${PN/qs/QS}-${SCINTILLA_VER}-gpl-${PV}"
@@ -134,7 +134,7 @@
doins ${S}/doc/Scintilla/*
fi
if use qt4; then
- insinto /usr/lib/qt4/plugins/
+ insinto /usr/$(get_libdir)/qt4/plugins/
insopts -m0755
doins ${S}/designer-Qt4/libqscintillaplugin.so
else
--
gentoo-commits@g.o mailing list
|
|