diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-04-12 19:27:39 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2008-04-12 19:27:39 +0000 |
commit | 6a7414c7807455e58caf7aaf985da52e6444f51c (patch) | |
tree | 80627c4f56fc67db523c17ce83b4f9f0862476e8 /sys-process/runit | |
parent | Initial import (diff) | |
download | gentoo-2-6a7414c7807455e58caf7aaf985da52e6444f51c.tar.gz gentoo-2-6a7414c7807455e58caf7aaf985da52e6444f51c.tar.bz2 gentoo-2-6a7414c7807455e58caf7aaf985da52e6444f51c.zip |
ppc stable, bug #216630
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'sys-process/runit')
-rw-r--r-- | sys-process/runit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/runit/runit-1.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/runit/ChangeLog b/sys-process/runit/ChangeLog index cc27082fae08..735890131253 100644 --- a/sys-process/runit/ChangeLog +++ b/sys-process/runit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/runit # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.25 2008/04/08 11:29:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.26 2008/04/12 19:27:39 dertobi123 Exp $ + + 12 Apr 2008; Tobias Scherbaum <dertobi123@gentoo.org> runit-1.7.0.ebuild: + ppc stable, bug #216630 08 Apr 2008; Raúl Porcel <armin76@gentoo.org> runit-1.7.0.ebuild: ia64/sparc/x86 stable wrt #216630 diff --git a/sys-process/runit/runit-1.7.0.ebuild b/sys-process/runit/runit-1.7.0.ebuild index 14a3afbed06c..bf57b07f37c9 100644 --- a/sys-process/runit/runit-1.7.0.ebuild +++ b/sys-process/runit/runit-1.7.0.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/sys-process/runit/runit-1.7.0.ebuild,v 1.4 2008/04/08 11:29:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-1.7.0.ebuild,v 1.5 2008/04/12 19:27:39 dertobi123 Exp $ inherit toolchain-funcs flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://smarden.org/runit/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh sparc x86" +KEYWORDS="alpha ~amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="static" DEPEND="" |