diff options
author | Eray Aslan <eras@gentoo.org> | 2011-05-12 09:36:24 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2011-05-12 09:36:24 +0000 |
commit | 347bb5ec664bcd90d2e4cb9e519211167cd5ffd9 (patch) | |
tree | 6fa3bd9eed297595e94a5751806cd1eab26cf316 /net-mail | |
parent | Version bump, thanks to Mohamed Elmi Guessod for spotting. (diff) | |
download | gentoo-2-347bb5ec664bcd90d2e4cb9e519211167cd5ffd9.tar.gz gentoo-2-347bb5ec664bcd90d2e4cb9e519211167cd5ffd9.tar.bz2 gentoo-2-347bb5ec664bcd90d2e4cb9e519211167cd5ffd9.zip |
Add flex to depend - bug #221399
(Portage version: 2.1.9.48/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fetchmail/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.3.19.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog index 804d84ea9a1b..9b6139b69012 100644 --- a/net-mail/fetchmail/ChangeLog +++ b/net-mail/fetchmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/fetchmail # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.200 2011/05/02 15:47:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.201 2011/05/12 09:36:24 eras Exp $ + + 12 May 2011; Eray Aslan <eras@gentoo.org> fetchmail-6.3.19.ebuild: + Add flex to depend - bug #221399 02 May 2011; Samuli Suominen <ssuominen@gentoo.org> fetchmail-6.3.19.ebuild: ppc64 stable wrt #364849 diff --git a/net-mail/fetchmail/fetchmail-6.3.19.ebuild b/net-mail/fetchmail/fetchmail-6.3.19.ebuild index a811cf00212f..e18483c4fd35 100644 --- a/net-mail/fetchmail/fetchmail-6.3.19.ebuild +++ b/net-mail/fetchmail/fetchmail-6.3.19.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/net-mail/fetchmail/fetchmail-6.3.19.ebuild,v 1.4 2011/05/02 15:47:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.19.ebuild,v 1.5 2011/05/12 09:36:24 eras Exp $ EAPI=3 @@ -25,6 +25,7 @@ RDEPEND="hesiod? ( net-dns/hesiod ) nls? ( virtual/libintl ) elibc_FreeBSD? ( sys-libs/e2fsprogs-libs )" DEPEND="${RDEPEND} + sys-devel/flex nls? ( sys-devel/gettext )" pkg_setup() { |