Add missing dependency on libXmu, thanks to Patrick Lauer in bug #153349.
authorDiego Elio Pettenò <flameeyes@gentoo.org>
Sun, 29 Oct 2006 22:12:59 +0000 (22:12 +0000)
committerDiego Elio Pettenò <flameeyes@gentoo.org>
Sun, 29 Oct 2006 22:12:59 +0000 (22:12 +0000)
Package-Manager: portage-2.1.2_rc1-r1

media-sound/krecord/ChangeLog
media-sound/krecord/krecord-1.14.ebuild
media-sound/krecord/krecord-1.16.ebuild

index 00666237df2e39fa2985f3cbf6a30898e223e276..47d52d8a5289b005f7eafa65004e052cd26807d9 100644 (file)
@@ -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)
 
index e75bf1b1f7f5c367f3c44fb35cba039209626a25..cd833b8f7382489f0c3197d0a69efdb40bb3fb3a 100644 (file)
@@ -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
index a0eb271b20f06d54862ec73b2dd6c676c15cb0d0..7306b6f550c95b0bb5172f4e9d67ab11db402e59 100644 (file)
@@ -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