diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2012-12-25 18:13:59 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2012-12-25 18:13:59 +0000 |
commit | 529265608acb2916e7b7063a170dec1865990def (patch) | |
tree | bd0c0f1e957981cc7f1e9b71cbec86ae6bd0be3d /net-im/psi | |
parent | Version bump alpha (diff) | |
download | gentoo-2-529265608acb2916e7b7063a170dec1865990def.tar.gz gentoo-2-529265608acb2916e7b7063a170dec1865990def.tar.bz2 gentoo-2-529265608acb2916e7b7063a170dec1865990def.zip |
non maintainer: fix build bug #433409
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/psi/psi-9999.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog index 939636502de2..4421e3b3705f 100644 --- a/net-im/psi/ChangeLog +++ b/net-im/psi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/psi # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.228 2012/10/07 14:37:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.229 2012/12/25 18:13:59 qnikst Exp $ + + 25 Dec 2012; <qnikst@gentoo.org> psi-9999.ebuild: + non maintainer: fix build bug #433409 07 Oct 2012; Pacho Ramos <pacho@gentoo.org> psi-0.14-r4.ebuild: Drop ebeep, bug #403911 by Petr Gregor diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index 48d824d505de..f75018f506b7 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.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/net-im/psi/psi-9999.ebuild,v 1.15 2012/05/04 06:22:12 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-9999.ebuild,v 1.16 2012/12/25 18:13:59 qnikst Exp $ EAPI="4" @@ -147,7 +147,6 @@ src_configure() { local myconf=" --prefix="${EPREFIX}"/usr --qtdir="${EPREFIX}"/usr - --disable-bundled-qca --disable-growl --no-separate-debug-info " |