diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-09-10 14:05:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-09-10 14:05:08 +0000 |
commit | 5c6f50d043e312801fdb528d72fa683dae0e76e1 (patch) | |
tree | 2d0239eb2bf1cb9d7811882cbe716742e525a56e /dev-python | |
parent | Remove useless die, bug #237285 (diff) | |
download | gentoo-2-5c6f50d043e312801fdb528d72fa683dae0e76e1.tar.gz gentoo-2-5c6f50d043e312801fdb528d72fa683dae0e76e1.tar.bz2 gentoo-2-5c6f50d043e312801fdb528d72fa683dae0e76e1.zip |
whitespace
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/notify-python/notify-python-0.1.1-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/notify-python/notify-python-0.1.1-r1.ebuild b/dev-python/notify-python/notify-python-0.1.1-r1.ebuild index f514a087837e..78916c21fb84 100644 --- a/dev-python/notify-python/notify-python-0.1.1-r1.ebuild +++ b/dev-python/notify-python/notify-python-0.1.1-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/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v 1.1 2008/09/09 22:44:44 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/notify-python/notify-python-0.1.1-r1.ebuild,v 1.2 2008/09/10 14:05:08 mr_bones_ Exp $ NEED_PYTHON=2.3.5 @@ -45,4 +45,3 @@ pkg_postinst() { pkg_postrm() { python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/gtk-2.0/pynotify } - |