diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-05-16 02:55:03 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-05-16 02:55:03 +0000 |
commit | 20cef71772d9fdaa42fb26fcac097f996a76e627 (patch) | |
tree | 0753944b9fff1aaac1bc2b3af6b318f31ce2f6e0 /sys-process/runit | |
parent | amd64 stable, bug 176831 (diff) | |
download | gentoo-2-20cef71772d9fdaa42fb26fcac097f996a76e627.tar.gz gentoo-2-20cef71772d9fdaa42fb26fcac097f996a76e627.tar.bz2 gentoo-2-20cef71772d9fdaa42fb26fcac097f996a76e627.zip |
amd64 stable, bug 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 95b126085f29..2d5b5e5f3eb7 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.17 2007/05/15 03:10:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.18 2007/05/16 02:55:03 beandog Exp $ + + 16 May 2007; Steve Dibb <beandog@gentoo.org> runit-1.5.0.ebuild: + amd64 stable, bug 178046 15 May 2007; Jeroen Roovers <jer@gentoo.org> runit-1.5.0.ebuild: Stable for HPPA (bug #178046). diff --git a/sys-process/runit/runit-1.5.0.ebuild b/sys-process/runit/runit-1.5.0.ebuild index 2dfa92925da1..7fd96459bcff 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.4 2007/05/15 03:10:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-1.5.0.ebuild,v 1.5 2007/05/16 02:55:03 beandog 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="" |