diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-08-12 12:37:24 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-08-12 12:37:24 +0000 |
commit | 7d57320daa6d6832c1b5d11d129b0a30b67b5e2c (patch) | |
tree | 5f563dd85b2062136205d8e89bc6148ea4418ccd /sys-apps/gsmartcontrol | |
parent | Initial commit wrt #244192 by Sam Kingston (diff) | |
download | gentoo-2-7d57320daa6d6832c1b5d11d129b0a30b67b5e2c.tar.gz gentoo-2-7d57320daa6d6832c1b5d11d129b0a30b67b5e2c.tar.bz2 gentoo-2-7d57320daa6d6832c1b5d11d129b0a30b67b5e2c.zip |
typo... TODO instead of todo
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/gsmartcontrol')
-rw-r--r-- | sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild index 1b8414c50793..eaa4fbb6f2d0 100644 --- a/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild +++ b/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild,v 1.1 2012/08/12 12:33:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gsmartcontrol/gsmartcontrol-0.8.7.ebuild,v 1.2 2012/08/12 12:37:24 ssuominen Exp $ EAPI=4 inherit gnome2-utils @@ -22,7 +22,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig test? ( dev-util/gtk-builder-convert )" -DOCS="todo" # See 'dist_doc_DATA' value in Makefile.am +DOCS="TODO" # See 'dist_doc_DATA' value in Makefile.am src_configure() { econf \ |