diff options
author | Peter Volkov <pva@gentoo.org> | 2011-09-19 08:15:28 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2011-09-19 08:15:28 +0000 |
commit | c4a788046bf3b8db5c37d8de78a38bd99964bcf2 (patch) | |
tree | 712d435197f4e3a0df7cb9ed69213c10161e292a /net-fs/autofs | |
parent | Version bump. (diff) | |
download | gentoo-2-c4a788046bf3b8db5c37d8de78a38bd99964bcf2.tar.gz gentoo-2-c4a788046bf3b8db5c37d8de78a38bd99964bcf2.tar.bz2 gentoo-2-c4a788046bf3b8db5c37d8de78a38bd99964bcf2.zip |
Add virtual/yacc into DEPEND, bug #383477 thank bay and Dustin Polke for this job.
(Portage version: 2.1.10.16/cvs/Linux x86_64)
Diffstat (limited to 'net-fs/autofs')
-rw-r--r-- | net-fs/autofs/ChangeLog | 7 | ||||
-rw-r--r-- | net-fs/autofs/autofs-5.0.5-r4.ebuild | 5 | ||||
-rw-r--r-- | net-fs/autofs/autofs-5.0.6-r2.ebuild | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/net-fs/autofs/ChangeLog b/net-fs/autofs/ChangeLog index 80aaa046cc09..1196b585614a 100644 --- a/net-fs/autofs/ChangeLog +++ b/net-fs/autofs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-fs/autofs # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.125 2011/09/18 21:36:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/ChangeLog,v 1.126 2011/09/19 08:15:28 pva Exp $ + + 19 Sep 2011; Peter Volkov <pva@gentoo.org> autofs-5.0.5-r4.ebuild, + autofs-5.0.6-r2.ebuild: + Add virtual/yacc into DEPEND, bug #383477 thank bay and Dustin Polke for this + job. 18 Sep 2011; Markus Meier <maekke@gentoo.org> autofs-5.0.6-r2.ebuild: amd64/x86 stable, bug #379569 diff --git a/net-fs/autofs/autofs-5.0.5-r4.ebuild b/net-fs/autofs/autofs-5.0.5-r4.ebuild index dad7272ff03d..6a87395f4da4 100644 --- a/net-fs/autofs/autofs-5.0.5-r4.ebuild +++ b/net-fs/autofs/autofs-5.0.5-r4.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-fs/autofs/autofs-5.0.5-r4.ebuild,v 1.6 2011/08/05 20:14:18 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.5-r4.ebuild,v 1.7 2011/09/19 08:15:28 pva Exp $ EAPI="4" inherit eutils multilib autotools linux-info @@ -26,7 +26,8 @@ RDEPEND="hesiod? ( net-dns/hesiod ) sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + virtual/yacc" src_prepare() { # Upstream's patchset diff --git a/net-fs/autofs/autofs-5.0.6-r2.ebuild b/net-fs/autofs/autofs-5.0.6-r2.ebuild index 6d4ae9f12dac..416be339599b 100644 --- a/net-fs/autofs/autofs-5.0.6-r2.ebuild +++ b/net-fs/autofs/autofs-5.0.6-r2.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-fs/autofs/autofs-5.0.6-r2.ebuild,v 1.3 2011/09/18 21:36:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.6-r2.ebuild,v 1.4 2011/09/19 08:15:28 pva Exp $ EAPI="4" inherit eutils multilib autotools linux-info @@ -29,7 +29,8 @@ RDEPEND="<sys-libs/glibc-2.14 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) )" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + virtual/yacc" src_prepare() { # Upstream's patchset |