diff options
author | Brent Baude <ranger@gentoo.org> | 2008-04-07 15:40:42 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2008-04-07 15:40:42 +0000 |
commit | 65f3a21f2eab268c219b626e58ca9ab4c9090ce9 (patch) | |
tree | eea8907f563e42300ab4fd14ad97caf570f403ec /sys-process/runit | |
parent | Stable on ppc64; bug #216116 (diff) | |
download | gentoo-2-65f3a21f2eab268c219b626e58ca9ab4c9090ce9.tar.gz gentoo-2-65f3a21f2eab268c219b626e58ca9ab4c9090ce9.tar.bz2 gentoo-2-65f3a21f2eab268c219b626e58ca9ab4c9090ce9.zip |
stable ppc64, bug 216630
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-process/runit')
-rw-r--r-- | sys-process/runit/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/runit/runit-1.7.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-process/runit/ChangeLog b/sys-process/runit/ChangeLog index 967ffc7e3cb7..d3588a6c9480 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.22 2007/08/25 18:27:49 vapier Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.23 2008/04/07 15:40:42 ranger Exp $ + + 07 Apr 2008; Brent Baude <ranger@gentoo.org> runit-1.7.0.ebuild: + stable ppc64, bug 216630 *runit-1.7.0 (25 Aug 2007) diff --git a/sys-process/runit/runit-1.7.0.ebuild b/sys-process/runit/runit-1.7.0.ebuild index 418764078f1d..087835cf611a 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-2007 Gentoo Foundation +# 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.1 2007/08/25 18:27:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-1.7.0.ebuild,v 1.2 2008/04/07 15:40:42 ranger 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="" |