diff options
author | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 19:30:14 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2011-12-31 19:30:14 +0000 |
commit | 3666a89d8919d9ab4accd9ae7fe101be75567ccc (patch) | |
tree | 55f0c0f0773dacdeb414b9dc60d0ff659a76f6e8 /dev-ruby/haml | |
parent | Add useful patches from upstream; fixes totem on old video cards (thanks to R... (diff) | |
download | historical-3666a89d8919d9ab4accd9ae7fe101be75567ccc.tar.gz historical-3666a89d8919d9ab4accd9ae7fe101be75567ccc.tar.bz2 historical-3666a89d8919d9ab4accd9ae7fe101be75567ccc.zip |
Add Prefix keywords, bug #396547
Package-Manager: portage-2.2.01.20048-prefix/cvs/Darwin i386
Diffstat (limited to 'dev-ruby/haml')
-rw-r--r-- | dev-ruby/haml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/haml/haml-3.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/haml/ChangeLog b/dev-ruby/haml/ChangeLog index 518a992c4cd4..1b89d28f8ea0 100644 --- a/dev-ruby/haml/ChangeLog +++ b/dev-ruby/haml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/haml # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.68 2011/11/29 07:24:51 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/ChangeLog,v 1.69 2011/12/31 19:22:34 grobian Exp $ + + 31 Dec 2011; Fabian Groffen <grobian@gentoo.org> haml-3.1.4.ebuild: + Add Prefix keywords, bug #396547 *haml-3.1.4 (29 Nov 2011) diff --git a/dev-ruby/haml/haml-3.1.4.ebuild b/dev-ruby/haml/haml-3.1.4.ebuild index 1eb3066da89a..0ff2619fa7b4 100644 --- a/dev-ruby/haml/haml-3.1.4.ebuild +++ b/dev-ruby/haml/haml-3.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.1.4.ebuild,v 1.1 2011/11/29 07:24:51 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/haml/haml-3.1.4.ebuild,v 1.2 2011/12/31 19:22:34 grobian Exp $ EAPI=2 @@ -20,7 +20,7 @@ HOMEPAGE="http://haml-lang.com/" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" # TODO: haml has some emacs modes that it could be installing, in case IUSE="" |