diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-10 11:15:41 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-10 11:15:41 +0000 |
commit | be8f1bd4fb35c99b47e838ab9fdb99055e6d80b6 (patch) | |
tree | 8ac3a28e22fd9ed94300d089c7e972f286a17425 /app-text/dictd/dictd-1.12.0.ebuild | |
parent | Add latest 1.6 series version. I was unable to figure out if 1.7 is testing s... (diff) | |
download | gentoo-2-be8f1bd4fb35c99b47e838ab9fdb99055e6d80b6.tar.gz gentoo-2-be8f1bd4fb35c99b47e838ab9fdb99055e6d80b6.tar.bz2 gentoo-2-be8f1bd4fb35c99b47e838ab9fdb99055e6d80b6.zip |
Depend on virtual/yacc fixing bug#398663.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-text/dictd/dictd-1.12.0.ebuild')
-rw-r--r-- | app-text/dictd/dictd-1.12.0.ebuild | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/app-text/dictd/dictd-1.12.0.ebuild b/app-text/dictd/dictd-1.12.0.ebuild index b5977b0461bf..4fafca4b68fb 100644 --- a/app-text/dictd/dictd-1.12.0.ebuild +++ b/app-text/dictd/dictd-1.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.12.0.ebuild,v 1.2 2012/02/09 00:06:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.12.0.ebuild,v 1.3 2012/04/10 11:15:41 scarabeus Exp $ EAPI="4" @@ -17,14 +17,15 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ IUSE="dbi judy minimal" # <gawk-3.1.6 makes tests fail. -DEPEND="sys-apps/coreutils - sys-libs/zlib - dev-libs/libmaa - dbi? ( dev-db/libdbi ) - judy? ( dev-libs/judy ) - >=sys-apps/coreutils-6.10" -RDEPEND="${DEPEND} - >=sys-apps/gawk-3.1.6" +RDEPEND="sys-apps/coreutils + sys-libs/zlib + dev-libs/libmaa + dbi? ( dev-db/libdbi ) + judy? ( dev-libs/judy ) + >=sys-apps/coreutils-6.10" +DEPEND="${RDEPEND} + >=sys-apps/gawk-3.1.6 + virtual/yacc" pkg_setup() { enewgroup dictd # used in src_test() |