summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2011-12-27 11:23:56 +0000
committerAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2011-12-27 11:23:56 +0000
commit8a42b142abdfc3f487e1de3395c5f69e935402b1 (patch)
tree132c494f56ca89f2a0494aecc3ac8054917977e6 /mail-client/alot
parentFix install. (diff)
downloadgentoo-2-8a42b142abdfc3f487e1de3395c5f69e935402b1.tar.gz
gentoo-2-8a42b142abdfc3f487e1de3395c5f69e935402b1.tar.bz2
gentoo-2-8a42b142abdfc3f487e1de3395c5f69e935402b1.zip
mail-client/alot-0.21: Rev-bump - added missing dependencies.
Added missing dependencies: sys-apps/file[python] and net-mail/mailbase. (Portage version: 2.1.10.43/cvs/Linux x86_64)
Diffstat (limited to 'mail-client/alot')
-rw-r--r--mail-client/alot/ChangeLog8
-rw-r--r--mail-client/alot/alot-0.21-r1.ebuild (renamed from mail-client/alot/alot-0.21.ebuild)4
2 files changed, 10 insertions, 2 deletions
diff --git a/mail-client/alot/ChangeLog b/mail-client/alot/ChangeLog
index 74853ec8425b..06d1fbd5474e 100644
--- a/mail-client/alot/ChangeLog
+++ b/mail-client/alot/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for mail-client/alot
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v 1.1 2011/12/26 17:01:42 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/ChangeLog,v 1.2 2011/12/27 11:23:56 aidecoe Exp $
+
+*alot-0.21-r1 (27 Dec 2011)
+
+ 27 Dec 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> -alot-0.21.ebuild,
+ +alot-0.21-r1.ebuild:
+ Added missing dependencies: sys-apps/file[python] and net-mail/mailbase.
*alot-0.21 (26 Dec 2011)
diff --git a/mail-client/alot/alot-0.21.ebuild b/mail-client/alot/alot-0.21-r1.ebuild
index 7100a4a6dea9..c20d57d7880c 100644
--- a/mail-client/alot/alot-0.21.ebuild
+++ b/mail-client/alot/alot-0.21-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.21.ebuild,v 1.1 2011/12/26 17:01:42 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/alot/alot-0.21-r1.ebuild,v 1.1 2011/12/27 11:23:56 aidecoe Exp $
EAPI=4
@@ -23,7 +23,9 @@ DEPEND=""
RDEPEND="
dev-python/twisted
>=dev-python/urwid-1.0.0
+ net-mail/mailbase
net-mail/notmuch[crypt,python]
+ sys-apps/file[python]
"
DOCS="CUSTOMIZE FAQ"