diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:13:10 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:13:10 +0000 |
commit | e6a8cb10ae66cb42e78c977a40363e1f0978ca32 (patch) | |
tree | 21fd6a68570447d9f83a793eec019785868be27d /net-mail | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-e6a8cb10ae66cb42e78c977a40363e1f0978ca32.tar.gz gentoo-2-e6a8cb10ae66cb42e78c977a40363e1f0978ca32.tar.bz2 gentoo-2-e6a8cb10ae66cb42e78c977a40363e1f0978ca32.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/serialmail/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/serialmail/serialmail-0.75-r2.ebuild | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/net-mail/serialmail/ChangeLog b/net-mail/serialmail/ChangeLog index 6bb69cbc03ac..62f566b4a88a 100644 --- a/net-mail/serialmail/ChangeLog +++ b/net-mail/serialmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/serialmail -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/serialmail/ChangeLog,v 1.18 2007/02/22 01:54:11 peper Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/serialmail/ChangeLog,v 1.19 2009/09/23 19:13:10 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> serialmail-0.75-r2.ebuild: + Remove virtual/libc 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/net-mail/serialmail/serialmail-0.75-r2.ebuild b/net-mail/serialmail/serialmail-0.75-r2.ebuild index 3f9669926195..79e178e7646a 100644 --- a/net-mail/serialmail/serialmail-0.75-r2.ebuild +++ b/net-mail/serialmail/serialmail-0.75-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/serialmail/serialmail-0.75-r2.ebuild,v 1.9 2005/05/04 09:03:55 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/serialmail/serialmail-0.75-r2.ebuild,v 1.10 2009/09/23 19:13:10 patrick Exp $ inherit eutils @@ -9,12 +9,10 @@ HOMEPAGE="http://cr.yp.to/serialmail.html" SRC_URI="http://cr.yp.to/software/${P}.tar.gz mirror://gentoo/${P}-patch.tar.bz2" -DEPEND="virtual/libc - sys-apps/groff +DEPEND="sys-apps/groff >=sys-apps/ucspi-tcp-0.88" -RDEPEND="virtual/libc - sys-apps/groff +RDEPEND="sys-apps/groff >=sys-apps/ucspi-tcp-0.88 >=sys-process/daemontools-0.76-r1" |