diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-05-13 20:14:17 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-05-13 20:14:17 +0000 |
commit | e4502827646be93036de4231ae1126f93f7994ae (patch) | |
tree | 3fe680f70f59c69b43ee9bf11e103cb28d364d32 /sys-process | |
parent | Fix setting of Apache variables in need_apache (2nd part of fix for #178380). (diff) | |
download | gentoo-2-e4502827646be93036de4231ae1126f93f7994ae.tar.gz gentoo-2-e4502827646be93036de4231ae1126f93f7994ae.tar.bz2 gentoo-2-e4502827646be93036de4231ae1126f93f7994ae.zip |
ia64 + x86 stable wrt bug 178046
(Portage version: 2.1.2.7)
Diffstat (limited to 'sys-process')
-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 1e25cc745002..2f948b5bbc44 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.15 2007/05/13 10:20:54 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.16 2007/05/13 20:14:17 armin76 Exp $ + + 13 May 2007; Raúl Porcel <armin76@gentoo.org> runit-1.5.0.ebuild: + ia64 + x86 stable wrt bug 178046 13 May 2007; Markus Rothe <corsair@gentoo.org> runit-1.5.0.ebuild: Stable on ppc64; bug #178046 diff --git a/sys-process/runit/runit-1.5.0.ebuild b/sys-process/runit/runit-1.5.0.ebuild index cda17e9672b4..938540754c8c 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.2 2007/05/13 10:20:54 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-1.5.0.ebuild,v 1.3 2007/05/13 20:14:17 armin76 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="" |