diff options
author | 2006-12-28 22:15:15 +0000 | |
---|---|---|
committer | 2006-12-28 22:15:15 +0000 | |
commit | 7434ca18016f6fdcd75637244c47cf38c7f17ab7 (patch) | |
tree | f99e70bde1c9b77052218e01a5c28b2b09f63ca2 /net-im/kadu | |
parent | Stable on Alpha, bug 156949. (diff) | |
download | gentoo-2-7434ca18016f6fdcd75637244c47cf38c7f17ab7.tar.gz gentoo-2-7434ca18016f6fdcd75637244c47cf38c7f17ab7.tar.bz2 gentoo-2-7434ca18016f6fdcd75637244c47cf38c7f17ab7.zip |
Fix building USE=-tcltk from last commit.
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'net-im/kadu')
-rw-r--r-- | net-im/kadu/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/kadu/kadu-0.4.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/kadu/ChangeLog b/net-im/kadu/ChangeLog index 5923d5640e2c..c3adc13e420f 100644 --- a/net-im/kadu/ChangeLog +++ b/net-im/kadu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/kadu # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/ChangeLog,v 1.51 2006/12/28 05:50:32 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/ChangeLog,v 1.52 2006/12/28 22:15:15 dirtyepic Exp $ + + 28 Dec 2006; Ryan Hill <dirtyepic@gentoo.org> kadu-0.4.3.ebuild: + Fix building USE=-tcltk from last commit. 28 Dec 2006; Ryan Hill <dirtyepic@gentoo.org> +files/kadu-0.4.3-tcltk-gcc4.patch, kadu-0.4.3.ebuild: diff --git a/net-im/kadu/kadu-0.4.3.ebuild b/net-im/kadu/kadu-0.4.3.ebuild index 0b04e931093e..03466701661b 100644 --- a/net-im/kadu/kadu-0.4.3.ebuild +++ b/net-im/kadu/kadu-0.4.3.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/kadu/kadu-0.4.3.ebuild,v 1.6 2006/12/28 05:50:32 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/kadu/kadu-0.4.3.ebuild,v 1.7 2006/12/28 22:15:15 dirtyepic Exp $ inherit flag-o-matic eutils @@ -144,7 +144,7 @@ src_unpack() { # put some patches epatch "${FILESDIR}"/kadu-toolbar_toggle-gentoo.diff - epatch "${FILESDIR}"/${P}-tcltk-gcc4.patch + use tcltk && epatch "${FILESDIR}"/${P}-tcltk-gcc4.patch # use tcltk && epatch ${FILESDIR}/${P}-tcltk.patch use xosd && epatch "${FILESDIR}"/xosd-gentoo.patch } |