diff options
author | 2012-08-01 06:20:32 +0000 | |
---|---|---|
committer | 2012-08-01 06:20:32 +0000 | |
commit | b39085600fbd648bd44ffd2d7e4aa9a059630665 (patch) | |
tree | 27f7cbb72d4bf6dad34b68f8a107dbc628d88224 /dev-util/ragel | |
parent | Remove old. (diff) | |
download | gentoo-2-b39085600fbd648bd44ffd2d7e4aa9a059630665.tar.gz gentoo-2-b39085600fbd648bd44ffd2d7e4aa9a059630665.tar.bz2 gentoo-2-b39085600fbd648bd44ffd2d7e4aa9a059630665.zip |
marked x86 per bug 429066
(Portage version: 2.2.0_alpha120/cvs/Linux i686)
Diffstat (limited to 'dev-util/ragel')
-rw-r--r-- | dev-util/ragel/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/ragel/ragel-6.7-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/ragel/ChangeLog b/dev-util/ragel/ChangeLog index 70a2d1963896..b9da299d85d0 100644 --- a/dev-util/ragel/ChangeLog +++ b/dev-util/ragel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/ragel # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ragel/ChangeLog,v 1.53 2012/05/31 02:16:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ragel/ChangeLog,v 1.54 2012/08/01 06:20:32 jdhore Exp $ + + 01 Aug 2012; Jeff Horelick <jdhore@gentoo.org> ragel-6.7-r1.ebuild: + marked x86 per bug 429066 31 May 2012; Diego E. Pettenò <flameeyes@gentoo.org> ragel-6.7-r1.ebuild: Fix sed line, thanks Thomas for making me notice my brainfart. diff --git a/dev-util/ragel/ragel-6.7-r1.ebuild b/dev-util/ragel/ragel-6.7-r1.ebuild index 2e493f245b07..25c1044799e9 100644 --- a/dev-util/ragel/ragel-6.7-r1.ebuild +++ b/dev-util/ragel/ragel-6.7-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ragel/ragel-6.7-r1.ebuild,v 1.3 2012/05/31 02:16:45 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/ragel/ragel-6.7-r1.ebuild,v 1.4 2012/08/01 06:20:32 jdhore Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.complang.org/ragel/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="vim-syntax" DEPEND="" |