diff options
author | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:04:06 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-07-29 17:04:06 +0000 |
commit | 8bff2b17dc2eaea05bf68f63fc27b7b2880d978a (patch) | |
tree | ea3ead1fc7e69e5c9cf6b51be4a88cb151d05daf /net-mail/qmailadmin/qmailadmin-1.2.10.ebuild | |
parent | Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apach... (diff) | |
download | historical-8bff2b17dc2eaea05bf68f63fc27b7b2880d978a.tar.gz historical-8bff2b17dc2eaea05bf68f63fc27b7b2880d978a.tar.bz2 historical-8bff2b17dc2eaea05bf68f63fc27b7b2880d978a.zip |
Fixing the DEPEND/RDEPEND for the move of net-www/apache to www-servers/apache (#78622).
Package-Manager: portage-2.1.3_rc9
Diffstat (limited to 'net-mail/qmailadmin/qmailadmin-1.2.10.ebuild')
-rw-r--r-- | net-mail/qmailadmin/qmailadmin-1.2.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/qmailadmin/qmailadmin-1.2.10.ebuild b/net-mail/qmailadmin/qmailadmin-1.2.10.ebuild index edf546181fe2..2614eefc663e 100644 --- a/net-mail/qmailadmin/qmailadmin-1.2.10.ebuild +++ b/net-mail/qmailadmin/qmailadmin-1.2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.10.ebuild,v 1.9 2007/07/14 22:22:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmailadmin/qmailadmin-1.2.10.ebuild,v 1.10 2007/07/29 17:02:25 phreak Exp $ inherit eutils @@ -27,7 +27,7 @@ DEPEND="virtual/qmail maildrop? ( >=mail-filter/maildrop-2.0.1 )" RDEPEND="${DEPEND}" # apache and lighttpd both work, but there's no virtual yet -# net-www/apache" +# www-servers/apache" S=${WORKDIR}/${MY_P} |