summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ramsay <lack@gentoo.org>2008-07-28 14:02:14 +0000
committerJim Ramsay <lack@gentoo.org>2008-07-28 14:02:14 +0000
commit9aa635de6f528add94807f9faf1656522248d2f1 (patch)
tree0d1b8db16271f75a0420e99db35bb130ee51f19f /x11-plugins
parentAdded 'die' if you try to build without at least one of USE=alsa or USE=esd (... (diff)
downloadhistorical-9aa635de6f528add94807f9faf1656522248d2f1.tar.gz
historical-9aa635de6f528add94807f9faf1656522248d2f1.tar.bz2
historical-9aa635de6f528add94807f9faf1656522248d2f1.zip
Fixing typo (Bug #233028)
Package-Manager: portage-2.2_rc3/cvs/Linux 2.6.23-gentoo-r5 i686
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellm-hddtemp/ChangeLog6
-rw-r--r--x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-plugins/gkrellm-hddtemp/ChangeLog b/x11-plugins/gkrellm-hddtemp/ChangeLog
index ac45390758c6..d469698aa877 100644
--- a/x11-plugins/gkrellm-hddtemp/ChangeLog
+++ b/x11-plugins/gkrellm-hddtemp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/gkrellm-hddtemp
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog,v 1.21 2008/01/11 22:39:27 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/ChangeLog,v 1.22 2008/07/28 14:02:14 lack Exp $
+
+ 28 Jul 2008; Jim Ramsay <lack@gentoo.org>
+ gkrellm-hddtemp-0.2_beta-r1.ebuild:
+ Fixing typo (Bug #233028)
11 Jan 2008; Santiago M. Mola <coldwind@gentoo.org>
gkrellm-hddtemp-0.2_beta-r1.ebuild:
diff --git a/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild b/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild
index b779fd3fc401..48cfeeb69ffd 100644
--- a/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild
+++ b/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild,v 1.2 2008/01/11 22:39:27 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild,v 1.3 2008/07/28 14:02:14 lack Exp $
inherit eutils multilib
@@ -15,7 +15,7 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ppc sparc x86"
-CDEPEMD="=app-admin/gkrellm-2*
+CDEPEND="=app-admin/gkrellm-2*
>=x11-libs/gtk+-2"
DEPEND="${CDEPEND}
dev-util/pkgconfig"