summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2011-01-05 14:38:41 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2011-01-05 14:38:41 +0000
commit2d291ba1366df96626082159c445ae3bdd839a3b (patch)
tree9a07007224db1038d4d057f138207707a1624361 /sys-apps/groff
parentEAPI bump, drop old version. (diff)
downloadgentoo-2-2d291ba1366df96626082159c445ae3bdd839a3b.tar.gz
gentoo-2-2d291ba1366df96626082159c445ae3bdd839a3b.tar.bz2
gentoo-2-2d291ba1366df96626082159c445ae3bdd839a3b.zip
Fixed to work with linguas_ja USE flag, bug #350534. The patch is submitted by TANABE Ken-ichi.
(Portage version: 2.1.9.28/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/groff')
-rw-r--r--sys-apps/groff/ChangeLog6
-rw-r--r--sys-apps/groff/groff-1.21.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-apps/groff/ChangeLog b/sys-apps/groff/ChangeLog
index f3a8a9d25fa8..c0161d5a27ea 100644
--- a/sys-apps/groff/ChangeLog
+++ b/sys-apps/groff/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/groff
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.108 2011/01/04 22:35:33 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.109 2011/01/05 14:38:41 matsuu Exp $
+
+ 05 Jan 2011; MATSUU Takuto <matsuu@gentoo.org> groff-1.21.ebuild:
+ Fixed to work with linguas_ja USE flag, bug #350534. The patch is submitted
+ by TANABE Ken-ichi.
04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> groff-1.20.1-r3.ebuild:
Stable on amd64 wrt bug #350491
diff --git a/sys-apps/groff/groff-1.21.ebuild b/sys-apps/groff/groff-1.21.ebuild
index be2024cb2eaa..cb45b41c7f73 100644
--- a/sys-apps/groff/groff-1.21.ebuild
+++ b/sys-apps/groff/groff-1.21.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2011 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.1 2011/01/03 21:05:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.21.ebuild,v 1.2 2011/01/05 14:38:41 matsuu Exp $
inherit autotools eutils toolchain-funcs
DESCRIPTION="Text formatter used for man pages"
HOMEPAGE="http://www.gnu.org/software/groff/groff.html"
SRC_URI="mirror://gnu/groff/${P}.tar.gz
- linguas_ja? ( mirror://gentoo/${PN}-1.20.1-r2-japanese.patch.bz2 )"
+ linguas_ja? ( mirror://gentoo/${P}-japanese.patch.bz2 )"
LICENSE="GPL-2"
SLOT="0"
@@ -49,7 +49,7 @@ src_unpack() {
EOF
if use linguas_ja ; then
- epatch "${WORKDIR}"/${PN}-1.20.1-r2-japanese.patch #255292
+ epatch "${WORKDIR}"/${P}-japanese.patch #255292 #350534
eautoconf
eautoheader
fi