diff options
author | Gustavo Felisberto <humpback@gentoo.org> | 2006-06-18 16:11:17 +0000 |
---|---|---|
committer | Gustavo Felisberto <humpback@gentoo.org> | 2006-06-18 16:11:17 +0000 |
commit | 8d313163ab81f81e792d4b5907e6704291eb94b0 (patch) | |
tree | 9b4cb8c36568541cedfa4ee98c4309be3602156c /net-im/psi | |
parent | Add ~ia64 keyword, bug 131039. (diff) | |
download | gentoo-2-8d313163ab81f81e792d4b5907e6704291eb94b0.tar.gz gentoo-2-8d313163ab81f81e792d4b5907e6704291eb94b0.tar.bz2 gentoo-2-8d313163ab81f81e792d4b5907e6704291eb94b0.zip |
fixed 135298
(Portage version: 2.1.1_pre1)
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/psi/psi-0.10.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-im/psi/ChangeLog b/net-im/psi/ChangeLog index 10b213cb0a3f..ce6bfb1bb692 100644 --- a/net-im/psi/ChangeLog +++ b/net-im/psi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/psi # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.87 2006/05/23 20:02:54 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/ChangeLog,v 1.88 2006/06/18 16:11:17 humpback Exp $ + + 18 Jun 2006; Gustavo Felisberto <humpback@gentoo.org>; psi-0.10.ebuild: + Added a patch from 135298 to help fix a build issue. 23 May 2006; Markus Rothe <corsair@gentoo.org> psi-0.9.3-r4.ebuild: Stable on ppc64 diff --git a/net-im/psi/psi-0.10.ebuild b/net-im/psi/psi-0.10.ebuild index 375790ae132c..90b9ada2b410 100644 --- a/net-im/psi/psi-0.10.ebuild +++ b/net-im/psi/psi-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.10.ebuild,v 1.2 2006/01/22 11:26:57 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/psi/psi-0.10.ebuild,v 1.3 2006/06/18 16:11:17 humpback Exp $ inherit eutils qt3 @@ -108,6 +108,7 @@ src_unpack() { # from http://machekku.uaznia.net/jabber/psi/patches/ epatch ${PATCHDIR}/psi-machekku-smart_reply_and_forward-0.5_psi-gentoo.diff + sed -i ${S}/src/options/opt_messages-ui.ui -e 's#<includehint>fortuneslistbox.h</includehint>##' epatch ${PATCHDIR}/psi-machekku-keep_message_in_auto_away_status.diff epatch ${PATCHDIR}/psi-machekku-quote_emoticons.diff epatch ${PATCHDIR}/psi-machekku-emoticons_advanced_toggle.diff |