diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-06 11:25:16 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-06 11:25:16 +0000 |
commit | 705ec4c73a879d9ea43cb7334792ede8074285a5 (patch) | |
tree | 3f56331c63bd014e419778c0d91518e50907c9ca /net-im | |
parent | version bump, includes security fix, bug 331421 (diff) | |
download | gentoo-2-705ec4c73a879d9ea43cb7334792ede8074285a5.tar.gz gentoo-2-705ec4c73a879d9ea43cb7334792ede8074285a5.tar.bz2 gentoo-2-705ec4c73a879d9ea43cb7334792ede8074285a5.zip |
Don't install on /usr/local. Bug #331379. Thanks to Diego E. 'Flameeyes' Pettenò for reporting
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/qwit/ChangeLog | 9 | ||||
-rw-r--r-- | net-im/qwit/qwit-1.1_beta-r1.ebuild (renamed from net-im/qwit/qwit-1.1_beta.ebuild) | 6 |
2 files changed, 13 insertions, 2 deletions
diff --git a/net-im/qwit/ChangeLog b/net-im/qwit/ChangeLog index df340b587835..2c1d450bebb3 100644 --- a/net-im/qwit/ChangeLog +++ b/net-im/qwit/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-im/qwit # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qwit/ChangeLog,v 1.1 2010/07/15 13:40:54 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qwit/ChangeLog,v 1.2 2010/08/06 11:25:15 hwoarang Exp $ + +*qwit-1.1_beta-r1 (06 Aug 2010) + + 06 Aug 2010; Markos Chandras <hwoarang@gentoo.org> -qwit-1.1_beta.ebuild, + +qwit-1.1_beta-r1.ebuild: + Don't install on /usr/local. Bug #331379. Thanks to Diego E. 'Flameeyes' + Pettenò for reporting *qwit-1.1_beta (15 Jul 2010) diff --git a/net-im/qwit/qwit-1.1_beta.ebuild b/net-im/qwit/qwit-1.1_beta-r1.ebuild index 7deac8ef5efd..929fa31e3776 100644 --- a/net-im/qwit/qwit-1.1_beta.ebuild +++ b/net-im/qwit/qwit-1.1_beta-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/qwit/qwit-1.1_beta.ebuild,v 1.1 2010/07/15 13:40:54 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/qwit/qwit-1.1_beta-r1.ebuild,v 1.1 2010/08/06 11:25:16 hwoarang Exp $ EAPI="2" @@ -24,3 +24,7 @@ RDEPEND="${DEPEND} dev-libs/qoauth" S=${WORKDIR}/${MY_P} + +src_configure() { + eqmake4 ${PN}.pro PREFIX=/usr +} |