diff options
-rw-r--r-- | sys-process/runit/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/runit/runit-2.1.1-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-process/runit/ChangeLog b/sys-process/runit/ChangeLog index fbc3d98af8f2..3c471ee644f9 100644 --- a/sys-process/runit/ChangeLog +++ b/sys-process/runit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/runit # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.36 2014/02/18 22:20:20 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.37 2014/02/22 19:23:15 maekke Exp $ + + 22 Feb 2014; Markus Meier <maekke@gentoo.org> runit-2.1.1-r1.ebuild: + arm stable, bug #407329 18 Feb 2014; William Hubbs <williamh@gentoo.org> metadata.xml: add myself as maintainer diff --git a/sys-process/runit/runit-2.1.1-r1.ebuild b/sys-process/runit/runit-2.1.1-r1.ebuild index d00939173f70..abce354a0177 100644 --- a/sys-process/runit/runit-2.1.1-r1.ebuild +++ b/sys-process/runit/runit-2.1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v 1.3 2012/08/11 11:11:52 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v 1.4 2014/02/22 19:23:15 maekke Exp $ EAPI="3" @@ -12,7 +12,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" S=${WORKDIR}/admin/${P}/src |