diff options
author | Markus Meier <maekke@gentoo.org> | 2013-09-19 20:07:35 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-09-19 20:07:35 +0000 |
commit | 81c0c75533b9711cd4e9a46efc3d9a7ff16c46e1 (patch) | |
tree | ea935939440901cfb986e6255ee777069d498e24 | |
parent | arm stable, bug #480074 (diff) | |
download | gentoo-2-81c0c75533b9711cd4e9a46efc3d9a7ff16c46e1.tar.gz gentoo-2-81c0c75533b9711cd4e9a46efc3d9a7ff16c46e1.tar.bz2 gentoo-2-81c0c75533b9711cd4e9a46efc3d9a7ff16c46e1.zip |
arm stable, bug #480106
(Portage version: 2.2.6/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
-rw-r--r-- | sys-apps/watchdog/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/watchdog/watchdog-5.13-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/watchdog/ChangeLog b/sys-apps/watchdog/ChangeLog index 38f312e30503..b9df69240ce4 100644 --- a/sys-apps/watchdog/ChangeLog +++ b/sys-apps/watchdog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/watchdog # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/ChangeLog,v 1.35 2013/07/06 06:30:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/ChangeLog,v 1.36 2013/09/19 20:07:35 maekke Exp $ + + 19 Sep 2013; Markus Meier <maekke@gentoo.org> watchdog-5.13-r1.ebuild: + arm stable, bug #480106 *watchdog-5.13-r1 (06 Jul 2013) diff --git a/sys-apps/watchdog/watchdog-5.13-r1.ebuild b/sys-apps/watchdog/watchdog-5.13-r1.ebuild index cfcffb76c16c..ff2996c71661 100644 --- a/sys-apps/watchdog/watchdog-5.13-r1.ebuild +++ b/sys-apps/watchdog/watchdog-5.13-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild,v 1.1 2013/07/06 06:30:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/watchdog-5.13-r1.ebuild,v 1.2 2013/09/19 20:07:35 maekke Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~m68k ~mips ~ppc ~s390 ~sh ~sparc ~x86" +KEYWORDS="~amd64 arm ~m68k ~mips ~ppc ~s390 ~sh ~sparc ~x86" IUSE="nfs" DEPEND="nfs? ( net-libs/libtirpc )" |