diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:06:51 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 18:06:51 +0000 |
commit | d2d45817f43e9f18911a8db8962b64950e8e26b8 (patch) | |
tree | 7071811129d65d63d01a1cd2b049cd0277c92390 /mail-mta | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-d2d45817f43e9f18911a8db8962b64950e8e26b8.tar.gz gentoo-2-d2d45817f43e9f18911a8db8962b64950e8e26b8.tar.bz2 gentoo-2-d2d45817f43e9f18911a8db8962b64950e8e26b8.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/nullmailer/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/nullmailer/nullmailer-1.04.ebuild | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/mail-mta/nullmailer/ChangeLog b/mail-mta/nullmailer/ChangeLog index e51bdc060c5d..70223fc00c3c 100644 --- a/mail-mta/nullmailer/ChangeLog +++ b/mail-mta/nullmailer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/nullmailer # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.35 2009/09/13 20:09:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.36 2009/09/23 18:06:51 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> nullmailer-1.04.ebuild: + Remove virtual/libc 13 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> nullmailer-1.04.ebuild: diff --git a/mail-mta/nullmailer/nullmailer-1.04.ebuild b/mail-mta/nullmailer/nullmailer-1.04.ebuild index 4da7789069a9..4c6de10c6b7b 100644 --- a/mail-mta/nullmailer/nullmailer-1.04.ebuild +++ b/mail-mta/nullmailer/nullmailer-1.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.04.ebuild,v 1.6 2009/09/13 20:09:50 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.04.ebuild,v 1.7 2009/09/23 18:06:51 patrick Exp $ inherit eutils flag-o-matic autotools @@ -19,10 +19,8 @@ KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="virtual/libc - sys-apps/groff" -RDEPEND="virtual/libc - sys-apps/shadow +DEPEND="sys-apps/groff" +RDEPEND="sys-apps/shadow virtual/logger !virtual/mta" PROVIDE="virtual/mta" |