diff options
Diffstat (limited to 'net-mail/gmail-notify/gmail-notify-1.6.1.ebuild')
-rw-r--r-- | net-mail/gmail-notify/gmail-notify-1.6.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild b/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild index 8b77a0fb4..0413598a3 100644 --- a/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild +++ b/net-mail/gmail-notify/gmail-notify-1.6.1.ebuild @@ -14,10 +14,10 @@ KEYWORDS="~x86" IUSE="" RDEPEND="virtual/python - >=dev-python/pygtk-2.0* - >=x11-libs/gtk+-2.4*" + >=dev-python/pygtk-2.0* + >=x11-libs/gtk+-2.4*" DEPEND="${RDEPEND} - app-arch/bzip2" + app-arch/bzip2" S=${WORKDIR}/${PN} @@ -28,7 +28,7 @@ src_install() { #Install docs dodoc README rm -f README - + #Install all python files into site-packages insinto ${INST_DIR} doins -r * |