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 | ae48e87e89cae497af4d40159592697b8ec55307 (patch) | |
tree | 892ae34624f808588cc22fe9c7131efe39f5c72c /sys-apps/groff | |
parent | add automake-1.12 to the list so people with only that version installed can ... (diff) | |
download | gentoo-2-ae48e87e89cae497af4d40159592697b8ec55307.tar.gz gentoo-2-ae48e87e89cae497af4d40159592697b8ec55307.tar.bz2 gentoo-2-ae48e87e89cae497af4d40159592697b8ec55307.zip |
Depend on yacc when LINGUAS=ja #385613 by Bryan Gardiner.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/groff')
-rw-r--r-- | sys-apps/groff/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/groff/groff-1.21-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/groff/groff-1.21.ebuild | 8 |
3 files changed, 14 insertions, 6 deletions
diff --git a/sys-apps/groff/ChangeLog b/sys-apps/groff/ChangeLog index 5b2835af78c9..872d721ace35 100644 --- a/sys-apps/groff/ChangeLog +++ b/sys-apps/groff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/groff # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.123 2012/04/26 15:12:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.124 2012/06/08 05:17:13 vapier Exp $ + + 08 Jun 2012; Mike Frysinger <vapier@gentoo.org> groff-1.21-r1.ebuild, + groff-1.21.ebuild: + Depend on yacc when LINGUAS=ja #385613 by Bryan Gardiner. 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> groff-1.21-r1.ebuild: keyword ~amd64-fbsd diff --git a/sys-apps/groff/groff-1.21-r1.ebuild b/sys-apps/groff/groff-1.21-r1.ebuild index 8fbabbe313b9..93374b37f381 100644 --- a/sys-apps/groff/groff-1.21-r1.ebuild +++ b/sys-apps/groff/groff-1.21-r1.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/sys-apps/groff/groff-1.21-r1.ebuild,v 1.3 2012/04/26 15:12:59 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.21-r1.ebuild,v 1.4 2012/06/08 05:17:13 vapier Exp $ EAPI="3" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" 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 @@ -25,6 +25,8 @@ DEPEND=">=sys-apps/texinfo-4.7-r1 x11-libs/libSM x11-libs/libICE )" +DEPEND="${RDEPEND} + linguas_ja? ( virtual/yacc )" src_prepare() { epatch "${FILESDIR}"/${PN}-1.19.2-man-unicode-dashes.patch #16108 #17580 #121502 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} |