diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-05-21 22:21:05 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-05-21 22:21:05 +0000 |
commit | 2df233f40e4067d6232f82eaa7e268cb5e06d1c2 (patch) | |
tree | 13b27c57800337f921ad271f5356ed55d25100ad /sys-process/runit | |
parent | Stable for HPPA (bug #165352). (diff) | |
download | gentoo-2-2df233f40e4067d6232f82eaa7e268cb5e06d1c2.tar.gz gentoo-2-2df233f40e4067d6232f82eaa7e268cb5e06d1c2.tar.bz2 gentoo-2-2df233f40e4067d6232f82eaa7e268cb5e06d1c2.zip |
Stable on sparc wrt #178046
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-process/runit')
-rw-r--r-- | sys-process/runit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/runit/runit-1.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/runit/ChangeLog b/sys-process/runit/ChangeLog index 2d5b5e5f3eb7..132388c40028 100644 --- a/sys-process/runit/ChangeLog +++ b/sys-process/runit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/runit # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.18 2007/05/16 02:55:03 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.19 2007/05/21 22:21:05 gustavoz Exp $ + + 21 May 2007; Gustavo Zacarias <gustavoz@gentoo.org> runit-1.5.0.ebuild: + Stable on sparc wrt #178046 16 May 2007; Steve Dibb <beandog@gentoo.org> runit-1.5.0.ebuild: amd64 stable, bug 178046 diff --git a/sys-process/runit/runit-1.5.0.ebuild b/sys-process/runit/runit-1.5.0.ebuild index 7fd96459bcff..e0cfcc9fee49 100644 --- a/sys-process/runit/runit-1.5.0.ebuild +++ b/sys-process/runit/runit-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-1.5.0.ebuild,v 1.5 2007/05/16 02:55:03 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-1.5.0.ebuild,v 1.6 2007/05/21 22:21:05 gustavoz 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 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ~ppc ppc64 ~s390 sparc x86" IUSE="static" DEPEND="" |