diff options
author | Jim Ramsay <lack@gentoo.org> | 2008-07-28 14:02:14 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2008-07-28 14:02:14 +0000 |
commit | 6c37d3e6e499117e89dc2d717191c7a4a4a374b0 (patch) | |
tree | b6a2bbccac8fc41e84b8ce36d7a4a78b004445eb /x11-plugins/gkrellm-hddtemp | |
parent | Added 'die' if you try to build without at least one of USE=alsa or USE=esd (... (diff) | |
download | gentoo-2-6c37d3e6e499117e89dc2d717191c7a4a4a374b0.tar.gz gentoo-2-6c37d3e6e499117e89dc2d717191c7a4a4a374b0.tar.bz2 gentoo-2-6c37d3e6e499117e89dc2d717191c7a4a4a374b0.zip |
Fixing typo (Bug #233028)
(Portage version: 2.2_rc3/cvs/Linux 2.6.23-gentoo-r5 i686)
Diffstat (limited to 'x11-plugins/gkrellm-hddtemp')
-rw-r--r-- | x11-plugins/gkrellm-hddtemp/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/gkrellm-hddtemp/gkrellm-hddtemp-0.2_beta-r1.ebuild | 4 |
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" |