diff options
author | Joshua Kinard <kumba@gentoo.org> | 2011-02-22 08:15:03 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2011-02-22 08:15:03 +0000 |
commit | 814ae90310cfe74bff322a82d5535dc8fbdd6254 (patch) | |
tree | b9b35aec6af8b49750834d5a29d14ad4e3ca3166 /app-editors/hexedit | |
parent | Version bump. (diff) | |
download | gentoo-2-814ae90310cfe74bff322a82d5535dc8fbdd6254.tar.gz gentoo-2-814ae90310cfe74bff322a82d5535dc8fbdd6254.tar.bz2 gentoo-2-814ae90310cfe74bff322a82d5535dc8fbdd6254.zip |
Added ~mips to KEYWORDS
(Portage version: 2.1.9.40/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/hexedit')
-rw-r--r-- | app-editors/hexedit/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/hexedit/hexedit-1.2.12.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-editors/hexedit/ChangeLog b/app-editors/hexedit/ChangeLog index 2528f4a3aa04..33ed7810710d 100644 --- a/app-editors/hexedit/ChangeLog +++ b/app-editors/hexedit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/hexedit -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.43 2010/01/22 20:06:46 darkside Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/ChangeLog,v 1.44 2011/02/22 08:15:03 kumba Exp $ + + 22 Feb 2011; Joshua Kinard <kumba@gentoo.org> hexedit-1.2.12.ebuild: + Added ~mips to KEYWORDS 22 Jan 2010; Jeremy Olexa <darkside@gentoo.org> hexedit-1.2.12.ebuild: Add ~x86-macos, as tested in bug 301534 diff --git a/app-editors/hexedit/hexedit-1.2.12.ebuild b/app-editors/hexedit/hexedit-1.2.12.ebuild index 1188e20eb64c..8196d9d217d5 100644 --- a/app-editors/hexedit/hexedit-1.2.12.ebuild +++ b/app-editors/hexedit/hexedit-1.2.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild,v 1.13 2010/01/22 20:06:46 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hexedit/hexedit-1.2.12.ebuild,v 1.14 2011/02/22 08:15:03 kumba Exp $ DESCRIPTION="View and edit files in hex or ASCII" HOMEPAGE="http://rigaux.org/hexedit.html" @@ -8,7 +8,7 @@ SRC_URI="http://rigaux.org/${P}.src.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 s390 sh sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" DEPEND="" |