summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-29 22:12:59 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-29 22:12:59 +0000
commit2ad90c88849020d7cd06e6caadb0fd7798444054 (patch)
tree4d9bc05726949514019a7c1b1327600ff73e807b /media-sound/krecord
parentStable on alpha as per bug #152632. (diff)
downloadgentoo-2-2ad90c88849020d7cd06e6caadb0fd7798444054.tar.gz
gentoo-2-2ad90c88849020d7cd06e6caadb0fd7798444054.tar.bz2
gentoo-2-2ad90c88849020d7cd06e6caadb0fd7798444054.zip
Add missing dependency on libXmu, thanks to Patrick Lauer in bug #153349.
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'media-sound/krecord')
-rw-r--r--media-sound/krecord/ChangeLog8
-rw-r--r--media-sound/krecord/krecord-1.14.ebuild5
-rw-r--r--media-sound/krecord/krecord-1.16.ebuild8
3 files changed, 13 insertions, 8 deletions
diff --git a/media-sound/krecord/ChangeLog b/media-sound/krecord/ChangeLog
index 00666237df2e..47d52d8a5289 100644
--- a/media-sound/krecord/ChangeLog
+++ b/media-sound/krecord/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/krecord
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/krecord/ChangeLog,v 1.9 2005/10/17 15:17:53 greg_g Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/krecord/ChangeLog,v 1.10 2006/10/29 22:12:59 flameeyes Exp $
+
+ 29 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> krecord-1.14.ebuild,
+ krecord-1.16.ebuild:
+ Add missing dependency on libXmu, thanks to Patrick Lauer in bug #153349.
*krecord-1.16 (17 Oct 2005)
diff --git a/media-sound/krecord/krecord-1.14.ebuild b/media-sound/krecord/krecord-1.14.ebuild
index e75bf1b1f7f5..cd833b8f7382 100644
--- a/media-sound/krecord/krecord-1.14.ebuild
+++ b/media-sound/krecord/krecord-1.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/krecord/krecord-1.14.ebuild,v 1.9 2005/10/18 13:14:16 greg_g Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/krecord/krecord-1.14.ebuild,v 1.10 2006/10/29 22:12:59 flameeyes Exp $
IUSE=""
@@ -15,7 +15,6 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~sparc x86"
need-kde 3
-#RDEPEND="media-libs/alsa-lib"
src_compile() {
emake || die
diff --git a/media-sound/krecord/krecord-1.16.ebuild b/media-sound/krecord/krecord-1.16.ebuild
index a0eb271b20f0..7306b6f550c9 100644
--- a/media-sound/krecord/krecord-1.16.ebuild
+++ b/media-sound/krecord/krecord-1.16.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/krecord/krecord-1.16.ebuild,v 1.1 2005/10/17 15:17:53 greg_g Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/krecord/krecord-1.16.ebuild,v 1.2 2006/10/29 22:12:59 flameeyes Exp $
inherit kde-functions
@@ -13,7 +13,9 @@ SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE=""
-DEPEND=">=kde-base/kdelibs-3"
+RDEPEND=">=kde-base/kdelibs-3
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}"
set-kdedir 3