diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-06-28 04:21:38 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-06-28 04:21:38 +0000 |
commit | 5bceb6de1a2f5a22e4cd70d0c83f8c314c015f81 (patch) | |
tree | c3b7c7592bc4f9855a4d1dadcdc0f70e22d4051b /app-text/wdiff | |
parent | Initial import. (Manifest recommit) (diff) | |
download | gentoo-2-5bceb6de1a2f5a22e4cd70d0c83f8c314c015f81.tar.gz gentoo-2-5bceb6de1a2f5a22e4cd70d0c83f8c314c015f81.tar.bz2 gentoo-2-5bceb6de1a2f5a22e4cd70d0c83f8c314c015f81.zip |
Added ~sparc, ~mips
Diffstat (limited to 'app-text/wdiff')
-rw-r--r-- | app-text/wdiff/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/wdiff/wdiff-0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/wdiff/ChangeLog b/app-text/wdiff/ChangeLog index 27fc46f340ed..f5aaa2828d4a 100644 --- a/app-text/wdiff/ChangeLog +++ b/app-text/wdiff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/wdiff # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.6 2004/06/24 22:55:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/ChangeLog,v 1.7 2004/06/28 04:18:57 ciaranm Exp $ + + 28 Jun 2004; Ciaran McCreesh <ciaranm@gentoo.org> wdiff-0.5.ebuild: + Added ~sparc, ~mips 21 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> wdiff-0.5.ebuild: IUSE sync diff --git a/app-text/wdiff/wdiff-0.5.ebuild b/app-text/wdiff/wdiff-0.5.ebuild index a5c911188b5d..d8126ac8249b 100644 --- a/app-text/wdiff/wdiff-0.5.ebuild +++ b/app-text/wdiff/wdiff-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.5.ebuild,v 1.7 2004/06/24 22:55:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wdiff/wdiff-0.5.ebuild,v 1.8 2004/06/28 04:18:57 ciaranm Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~sparc ~mips" IUSE="build" DEPEND="sys-libs/libtermcap-compat |