diff options
author | Ilya Volynets <iluxa@gentoo.org> | 2006-11-09 01:13:02 +0000 |
---|---|---|
committer | Ilya Volynets <iluxa@gentoo.org> | 2006-11-09 01:13:02 +0000 |
commit | 745216d5d48399a63a99aeaf53435e8587e86ec3 (patch) | |
tree | 7e1fdee1feacbdb1fd5586d148db6f889d8ba213 | |
parent | Initial import, ebuild by Jory A. Pratt <geekypenguin@gmail.com>. (diff) | |
download | gentoo-2-745216d5d48399a63a99aeaf53435e8587e86ec3.tar.gz gentoo-2-745216d5d48399a63a99aeaf53435e8587e86ec3.tar.bz2 gentoo-2-745216d5d48399a63a99aeaf53435e8587e86ec3.zip |
Stable on MIPS
(Portage version: 2.1.1-r1)
-rw-r--r-- | sys-apps/groff/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/groff/groff-1.19.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/groff/ChangeLog b/sys-apps/groff/ChangeLog index 4caf3bdcea97..b696f9d9826a 100644 --- a/sys-apps/groff/ChangeLog +++ b/sys-apps/groff/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/groff # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.74 2006/10/17 11:20:52 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/ChangeLog,v 1.75 2006/11/09 01:13:02 iluxa Exp $ + + 09 Nov 2006; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org> + groff-1.19.2-r1.ebuild: + Stable on mips 17 Oct 2006; Roy Marples <uberlord@gentoo.org> groff-1.19.1-r2.ebuild: Added ~sparc-fbsd keyword. diff --git a/sys-apps/groff/groff-1.19.2-r1.ebuild b/sys-apps/groff/groff-1.19.2-r1.ebuild index f6eac5561bca..2e9ec0d2b2e1 100644 --- a/sys-apps/groff/groff-1.19.2-r1.ebuild +++ b/sys-apps/groff/groff-1.19.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.19.2-r1.ebuild,v 1.13 2006/10/17 12:56:13 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.19.2-r1.ebuild,v 1.14 2006/11/09 01:13:02 iluxa Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/groff/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="X" DEPEND=">=sys-apps/texinfo-4.7-r1 |