summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Stelling <blubb@gentoo.org>2004-09-29 11:56:38 +0000
committerSimon Stelling <blubb@gentoo.org>2004-09-29 11:56:38 +0000
commita575602ed0bbc12d4949072829c5f865ed39677b (patch)
tree1ef2f15c1384460bc0dc99dc88e04cce2b3c1dc8 /net-im/kadu
parent~amd64 (Manifest recommit) (diff)
downloadgentoo-2-a575602ed0bbc12d4949072829c5f865ed39677b.tar.gz
gentoo-2-a575602ed0bbc12d4949072829c5f865ed39677b.tar.bz2
gentoo-2-a575602ed0bbc12d4949072829c5f865ed39677b.zip
get_libdir-ized and ~amd64
Diffstat (limited to 'net-im/kadu')
-rw-r--r--net-im/kadu/ChangeLog5
-rw-r--r--net-im/kadu/kadu-0.3.9.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/net-im/kadu/ChangeLog b/net-im/kadu/ChangeLog
index d87ebc35a714..b3c55272ffc3 100644
--- a/net-im/kadu/ChangeLog
+++ b/net-im/kadu/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/kadu
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/ChangeLog,v 1.15 2004/09/06 18:01:09 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/ChangeLog,v 1.16 2004/09/29 11:56:38 blubb Exp $
+
+ 29 Sep 2004; Simon Stelling <blubb@gentoo.org> kadu-0.3.9.ebuild:
+ get_libdir-ized and marked ~amd64
06 Sep 2004; Karol Wojtaszek <sekretarz@gentoo.org> kadu-0.3.7.ebuild,
kadu-0.3.8.ebuild:
diff --git a/net-im/kadu/kadu-0.3.9.ebuild b/net-im/kadu/kadu-0.3.9.ebuild
index ca55d20562d2..d39232a65e94 100644
--- a/net-im/kadu/kadu-0.3.9.ebuild
+++ b/net-im/kadu/kadu-0.3.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/kadu-0.3.9.ebuild,v 1.2 2004/08/30 15:40:11 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/kadu-0.3.9.ebuild,v 1.3 2004/09/29 11:56:38 blubb Exp $
inherit flag-o-matic eutils
@@ -10,7 +10,7 @@ SRC_URI="http://kadu.net/download/stable/${P/_/-}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~x86 ~ppc ~amd64"
IUSE="debug alsa arts esd kadu-voice nas oss spell ssl tcltk xmms"
@@ -56,7 +56,7 @@ src_compile() {
module_config filedesc m
module_config pcspeaker m
- econf ${myconf} || die
+ econf ${myconf} --with-qt-libs=/usr/qt/3/$(get_libdir) || die
emake || die
}