summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2009-02-17 07:07:26 +0000
committerDaniel Black <dragonheart@gentoo.org>2009-02-17 07:07:26 +0000
commitbd3367b20e89660dbcbec4330ee13817e9de93b8 (patch)
treee6c0edd5298e31410b114fc64fa4dccb8b518d58 /net-im/twinkle
parentVersion bump. (diff)
downloadgentoo-2-bd3367b20e89660dbcbec4330ee13817e9de93b8.tar.gz
gentoo-2-bd3367b20e89660dbcbec4330ee13817e9de93b8.tar.bz2
gentoo-2-bd3367b20e89660dbcbec4330ee13817e9de93b8.zip
bad use of kde eclass in EAPI=2. Used a couple of workarounds to fix bug #259198 thanks to valli and anton
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-im/twinkle')
-rw-r--r--net-im/twinkle/ChangeLog6
-rw-r--r--net-im/twinkle/twinkle-1.4.1.ebuild7
2 files changed, 11 insertions, 2 deletions
diff --git a/net-im/twinkle/ChangeLog b/net-im/twinkle/ChangeLog
index a89533cdec52..857f913e3718 100644
--- a/net-im/twinkle/ChangeLog
+++ b/net-im/twinkle/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/twinkle
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/twinkle/ChangeLog,v 1.45 2009/02/15 12:54:20 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/twinkle/ChangeLog,v 1.46 2009/02/17 07:07:26 dragonheart Exp $
+
+ 17 Feb 2009; Daniel Black <dragonheart@gentoo.org> twinkle-1.4.1.ebuild:
+ bad use of kde eclass in EAPI=2. Used a couple of workarounds to fix bug
+ #259198 thanks to valli and anton
*twinkle-1.4.1 (15 Feb 2009)
diff --git a/net-im/twinkle/twinkle-1.4.1.ebuild b/net-im/twinkle/twinkle-1.4.1.ebuild
index 010df0746aa4..ddab073097c6 100644
--- a/net-im/twinkle/twinkle-1.4.1.ebuild
+++ b/net-im/twinkle/twinkle-1.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/twinkle/twinkle-1.4.1.ebuild,v 1.1 2009/02/15 12:54:20 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/twinkle/twinkle-1.4.1.ebuild,v 1.2 2009/02/17 07:07:26 dragonheart Exp $
EAPI=2
ARTS_REQUIRED="never"
@@ -50,6 +50,11 @@ src_configure() {
$(use_with zrtp) \
$(use_with speex)"
set-kdedir
+ kde_src_compile configure
+}
+
+src_compile() {
+ kde_src_compile make
}
src_install() {