summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-07-01 19:45:15 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-07-01 19:45:15 +0000
commitda3b5f7c61d508f4d4053d4ecb326ad40e653162 (patch)
treec68ec2bba7526d1a3816bb2c565ace082d0604af /x11-misc/basket
parentFix bad gst-plugins-base dep. Bug #138689 (diff)
downloadgentoo-2-da3b5f7c61d508f4d4053d4ecb326ad40e653162.tar.gz
gentoo-2-da3b5f7c61d508f4d4053d4ecb326ad40e653162.tar.bz2
gentoo-2-da3b5f7c61d508f4d4053d4ecb326ad40e653162.zip
Added fam to DEPEND - fixes bug #137593.
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'x11-misc/basket')
-rw-r--r--x11-misc/basket/ChangeLog5
-rw-r--r--x11-misc/basket/basket-0.5.0.ebuild9
2 files changed, 11 insertions, 3 deletions
diff --git a/x11-misc/basket/ChangeLog b/x11-misc/basket/ChangeLog
index adb9c769cee4..97bc23860695 100644
--- a/x11-misc/basket/ChangeLog
+++ b/x11-misc/basket/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/basket
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/basket/ChangeLog,v 1.13 2006/05/17 18:26:24 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/basket/ChangeLog,v 1.14 2006/07/01 19:45:15 nelchael Exp $
+
+ 01 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> basket-0.5.0.ebuild:
+ Added fam to DEPEND - fixes bug #137593.
17 May 2006; Krzysiek Pawlik <nelchael@gentoo.org>
+files/basket-0.5.0-amd64-gcc4.1.patch, -basket-0.4.0d.ebuild,
diff --git a/x11-misc/basket/basket-0.5.0.ebuild b/x11-misc/basket/basket-0.5.0.ebuild
index 2064d38b749f..75823e96010a 100644
--- a/x11-misc/basket/basket-0.5.0.ebuild
+++ b/x11-misc/basket/basket-0.5.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/basket/basket-0.5.0.ebuild,v 1.6 2006/05/17 18:26:24 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/basket/basket-0.5.0.ebuild,v 1.7 2006/07/01 19:45:15 nelchael Exp $
-inherit eutils kde
+inherit eutils kde autotools
DESCRIPTION="A DropDrawers clone. Multiple information organizer"
HOMEPAGE="http://basket.kde.org/"
@@ -13,6 +13,8 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ppc x86"
IUSE=""
+DEPEND="app-admin/fam"
+
need-kde 3.3
src_unpack() {
@@ -22,4 +24,7 @@ src_unpack() {
# problemes on systems without arts
use arts || epatch ${FILESDIR}/${P}-noarts.patch
use amd64 && epatch ${FILESDIR}/${P}-amd64-gcc4.1.patch
+
+ einfo "Fixing Makefile.in to use FAM"
+ sed -i -e "s/\(^basket_LDADD = .*$\)/\1 -lfam/" ${S}/src/Makefile.in
}