diff options
author | Joseph Jezak <josejx@gentoo.org> | 2005-09-18 21:56:36 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2005-09-18 21:56:36 +0000 |
commit | e2f6f4844c6bcb2429b8ea731a8f935b01dfed48 (patch) | |
tree | ec9764fd82ecea8039463220a7ef8233f2b5a064 /app-laptop/pbbuttonsd | |
parent | new version (diff) | |
download | gentoo-2-e2f6f4844c6bcb2429b8ea731a8f935b01dfed48.tar.gz gentoo-2-e2f6f4844c6bcb2429b8ea731a8f935b01dfed48.tar.bz2 gentoo-2-e2f6f4844c6bcb2429b8ea731a8f935b01dfed48.zip |
Added NoTapTyping warning.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-laptop/pbbuttonsd')
-rw-r--r-- | app-laptop/pbbuttonsd/ChangeLog | 5 | ||||
-rw-r--r-- | app-laptop/pbbuttonsd/pbbuttonsd-0.7.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-laptop/pbbuttonsd/ChangeLog b/app-laptop/pbbuttonsd/ChangeLog index 4909217cdd51..b923169cde0e 100644 --- a/app-laptop/pbbuttonsd/ChangeLog +++ b/app-laptop/pbbuttonsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/pbbuttonsd # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/ChangeLog,v 1.32 2005/09/18 20:13:26 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/ChangeLog,v 1.33 2005/09/18 21:56:36 josejx Exp $ + + 18 Sep 2005; Joseph Jezak <josejx@gentoo.org> pbbuttonsd-0.7.1.ebuild: + Added NoTapTyping warning. 18 Sep 2005; Joseph Jezak <josejx@gentoo.org> -pbbuttonsd-0.6.10.ebuild, -pbbuttonsd-0.7.0.ebuild, pbbuttonsd-0.7.1.ebuild: diff --git a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.1.ebuild b/app-laptop/pbbuttonsd/pbbuttonsd-0.7.1.ebuild index ed621780da50..706ba881378a 100644 --- a/app-laptop/pbbuttonsd/pbbuttonsd-0.7.1.ebuild +++ b/app-laptop/pbbuttonsd/pbbuttonsd-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.7.1.ebuild,v 1.5 2005/09/18 20:13:26 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/pbbuttonsd/pbbuttonsd-0.7.1.ebuild,v 1.6 2005/09/18 21:56:36 josejx Exp $ inherit eutils linux-info @@ -60,6 +60,7 @@ pkg_postinst() { einfo "replace_pmud=no in /etc/pbbuttonsd.conf. Otherwise you can" einfo "try setting replace_pmud=yes in /etc/pbbuttonsd.conf and" einfo "disabling PMUD" + ewarn "Warning: the NoTapTyping option is unstable, see bug #86768." fi r r |