diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-09-27 10:40:26 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-09-27 10:40:26 +0000 |
commit | 8981dee82e743f30967615319295d5dcccedc881 (patch) | |
tree | c465f63de8522943da5e107ba093d19304d9f482 /app-admin/puppet | |
parent | Stable on ppc wrt bug 238611 (diff) | |
download | gentoo-2-8981dee82e743f30967615319295d5dcccedc881.tar.gz gentoo-2-8981dee82e743f30967615319295d5dcccedc881.tar.bz2 gentoo-2-8981dee82e743f30967615319295d5dcccedc881.zip |
Add ~sparc keyword, bug #238568
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-admin/puppet')
-rw-r--r-- | app-admin/puppet/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/puppet/puppet-0.24.5-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/puppet/ChangeLog b/app-admin/puppet/ChangeLog index d629db786cf9..dd60f12090a9 100644 --- a/app-admin/puppet/ChangeLog +++ b/app-admin/puppet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/puppet # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.23 2008/09/24 14:49:03 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/ChangeLog,v 1.24 2008/09/27 10:40:26 bluebird Exp $ + + 27 Sep 2008; Friedrich Oslage <bluebird@gentoo.org> + puppet-0.24.5-r2.ebuild: + Add ~sparc keyword, bug #238568 *puppet-0.24.5-r2 (24 Sep 2008) diff --git a/app-admin/puppet/puppet-0.24.5-r2.ebuild b/app-admin/puppet/puppet-0.24.5-r2.ebuild index bacc1b5d7185..ed200019b3f0 100644 --- a/app-admin/puppet/puppet-0.24.5-r2.ebuild +++ b/app-admin/puppet/puppet-0.24.5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-0.24.5-r2.ebuild,v 1.1 2008/09/24 14:49:03 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/puppet/puppet-0.24.5-r2.ebuild,v 1.2 2008/09/27 10:40:26 bluebird Exp $ inherit elisp-common eutils ruby @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="emacs ldap rrdtool vim-syntax" #KEYWORDS="~amd64 ~ppc ~sparc ~x86" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~sparc ~x86" DEPEND="emacs? ( virtual/emacs ) >=dev-ruby/facter-1.1.0" |