summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-05-03 03:48:57 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-05-03 03:48:57 +0000
commit78898f1913a2e68a13860cd762f1808448a5d8f0 (patch)
tree7012e09b922c9e19ed6dd73f460cd142b844369f /media-radio/cwdaemon
parentdev-util/pkgconfig -> virtual/pkgconfig (diff)
downloadhistorical-78898f1913a2e68a13860cd762f1808448a5d8f0.tar.gz
historical-78898f1913a2e68a13860cd762f1808448a5d8f0.tar.bz2
historical-78898f1913a2e68a13860cd762f1808448a5d8f0.zip
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'media-radio/cwdaemon')
-rw-r--r--media-radio/cwdaemon/ChangeLog7
-rw-r--r--media-radio/cwdaemon/cwdaemon-0.9.4.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/media-radio/cwdaemon/ChangeLog b/media-radio/cwdaemon/ChangeLog
index 0f0352203624..b1199a76ae02 100644
--- a/media-radio/cwdaemon/ChangeLog
+++ b/media-radio/cwdaemon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-radio/cwdaemon
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.16 2011/02/26 14:47:45 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/ChangeLog,v 1.17 2012/05/03 03:48:57 jdhore Exp $
+
+ 03 May 2012; Jeff Horelick <jdhore@gentoo.org> cwdaemon-0.9.4.ebuild:
+ dev-util/pkgconfig -> virtual/pkgconfig
26 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> cwdaemon-0.9.4.ebuild:
Marked ~ppc wrt #338662
diff --git a/media-radio/cwdaemon/cwdaemon-0.9.4.ebuild b/media-radio/cwdaemon/cwdaemon-0.9.4.ebuild
index ecdbf383786d..47487d3b4db8 100644
--- a/media-radio/cwdaemon/cwdaemon-0.9.4.ebuild
+++ b/media-radio/cwdaemon/cwdaemon-0.9.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.4.ebuild,v 1.3 2011/02/26 14:47:45 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/cwdaemon/cwdaemon-0.9.4.ebuild,v 1.4 2012/05/03 03:48:57 jdhore Exp $
DESCRIPTION="A morse daemon for the parallel or serial port"
HOMEPAGE="http://www.ibiblio.org/pub/linux/apps/ham/morse"
@@ -13,7 +13,7 @@ IUSE=""
RDEPEND=">=media-radio/unixcw-2.3"
DEPEND="$RDEPEND
- dev-util/pkgconfig"
+ virtual/pkgconfig"
src_install() {
make DESTDIR="${D}" install || die "install failed"