diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-06-08 05:17:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-06-08 05:17:13 +0000 |
commit | 29da497b34214da94eed468a009ebdbdac0c10a2 (patch) | |
tree | d97450f39153563796277d84f760aae7765d3a12 /sys-apps/groff/groff-1.21.ebuild | |
parent | add automake-1.12 to the list so people with only that version installed can ... (diff) | |
download | historical-29da497b34214da94eed468a009ebdbdac0c10a2.tar.gz historical-29da497b34214da94eed468a009ebdbdac0c10a2.tar.bz2 historical-29da497b34214da94eed468a009ebdbdac0c10a2.zip |
Depend on yacc when LINGUAS=ja #385613 by Bryan Gardiner.
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/groff/groff-1.21.ebuild')
-rw-r--r-- | sys-apps/groff/groff-1.21.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys-apps/groff/groff-1.21.ebuild b/sys-apps/groff/groff-1.21.ebuild index e5e927e8ddfb..1cb1e17c91a2 100644 --- a/sys-apps/groff/groff-1.21.ebuild +++ b/sys-apps/groff/groff-1.21.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.21.ebuild,v 1.9 2011/12/21 19:33:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.21.ebuild,v 1.10 2012/06/08 05:17:13 vapier Exp $ inherit autotools eutils toolchain-funcs @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="examples X linguas_ja" -DEPEND=">=sys-apps/texinfo-4.7-r1 +RDEPEND=">=sys-apps/texinfo-4.7-r1 X? ( x11-libs/libX11 x11-libs/libXt @@ -23,6 +23,8 @@ DEPEND=">=sys-apps/texinfo-4.7-r1 x11-libs/libSM x11-libs/libICE )" +DEPEND="${RDEPEND} + linguas_ja? ( virtual/yacc )" src_unpack() { unpack ${A} |