diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2011-01-05 14:38:41 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2011-01-05 14:38:41 +0000 |
commit | c52365889c375d587d1066a7806d78c0f1ada0cf (patch) | |
tree | 69571c84187e6401eb20ecc66c52d1342cc5b839 | |
parent | EAPI bump, drop old version. (diff) | |
download | historical-c52365889c375d587d1066a7806d78c0f1ada0cf.tar.gz historical-c52365889c375d587d1066a7806d78c0f1ada0cf.tar.bz2 historical-c52365889c375d587d1066a7806d78c0f1ada0cf.zip |
Fixed to work with linguas_ja USE flag, bug #350534. The patch is submitted by TANABE Ken-ichi.
Package-Manager: portage-2.1.9.28/cvs/Linux x86_64
-rw-r--r-- | sys-apps/groff/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/groff/groff-1.21.ebuild | 6 |
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 |