summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2013-08-09 15:17:01 +0000
committerJeroen Roovers <jer@gentoo.org>2013-08-09 15:17:01 +0000
commitdd788308985a484a0e34f730d951b5b72a25cd22 (patch)
treec458728121768cd886dc67114f369f700c456bc9 /net-misc
parentBump version. Remove older version (diff)
downloadgentoo-2-dd788308985a484a0e34f730d951b5b72a25cd22.tar.gz
gentoo-2-dd788308985a484a0e34f730d951b5b72a25cd22.tar.bz2
gentoo-2-dd788308985a484a0e34f730d951b5b72a25cd22.zip
Fix variable name. Add texinfo to DEPEND.
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/chrony/ChangeLog5
-rw-r--r--net-misc/chrony/chrony-1.29.ebuild9
2 files changed, 10 insertions, 4 deletions
diff --git a/net-misc/chrony/ChangeLog b/net-misc/chrony/ChangeLog
index 35ee3c6ddb83..7bad60c17999 100644
--- a/net-misc/chrony/ChangeLog
+++ b/net-misc/chrony/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/chrony
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.106 2013/08/09 15:09:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.107 2013/08/09 15:17:01 jer Exp $
+
+ 09 Aug 2013; Jeroen Roovers <jer@gentoo.org> chrony-1.29.ebuild:
+ Fix variable name. Add texinfo to DEPEND.
*chrony-1.29 (09 Aug 2013)
diff --git a/net-misc/chrony/chrony-1.29.ebuild b/net-misc/chrony/chrony-1.29.ebuild
index 1227bc210082..ed2efd4fbedd 100644
--- a/net-misc/chrony/chrony-1.29.ebuild
+++ b/net-misc/chrony/chrony-1.29.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/net-misc/chrony/chrony-1.29.ebuild,v 1.1 2013/08/09 15:09:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.29.ebuild,v 1.2 2013/08/09 15:17:01 jer Exp $
EAPI=5
inherit eutils systemd toolchain-funcs
@@ -14,11 +14,14 @@ SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~sparc ~x86"
IUSE="caps ipv6 +readline +rtc"
-DEPEND="
+RDEPEND="
caps? ( sys-libs/libcap )
readline? ( >=sys-libs/readline-4.1-r4 )
"
-RDEPEND="${REPEND}"
+DEPEND="
+ ${RDEPEND}
+ sys-apps/texinfo
+"
S="${WORKDIR}/${P/_/-}"
DOCS=( examples/chrony.{conf,keys}.example )