summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-19 10:07:12 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-19 10:07:12 +0000
commit97f736d8ad3f979f7adb7c25360982c1cec83098 (patch)
tree8b6361212b76d93a9483fbd96c5ea6d558c4ab32 /net-misc/chrony
parentMostly eutils fixes (Manifest recommit) (diff)
downloadgentoo-2-97f736d8ad3f979f7adb7c25360982c1cec83098.tar.gz
gentoo-2-97f736d8ad3f979f7adb7c25360982c1cec83098.tar.bz2
gentoo-2-97f736d8ad3f979f7adb7c25360982c1cec83098.zip
fix depend (bug #45110)
Diffstat (limited to 'net-misc/chrony')
-rw-r--r--net-misc/chrony/ChangeLog6
-rw-r--r--net-misc/chrony/chrony-1.19.99.2.ebuild6
-rw-r--r--net-misc/chrony/chrony-1.19.ebuild6
-rw-r--r--net-misc/chrony/chrony-1.20.ebuild4
4 files changed, 13 insertions, 9 deletions
diff --git a/net-misc/chrony/ChangeLog b/net-misc/chrony/ChangeLog
index 72b8bc1491a4..20579a9d68c9 100644
--- a/net-misc/chrony/ChangeLog
+++ b/net-misc/chrony/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/chrony
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.12 2004/02/20 23:00:25 iluxa Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/ChangeLog,v 1.13 2004/03/19 10:07:12 mr_bones_ Exp $
+
+ 19 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org>
+ chrony-1.19.99.2.ebuild, chrony-1.19.ebuild, chrony-1.20.ebuild:
+ fix depend (bug #45110)
20 Feb 2004; Ilya Volynets <ilya@total-knowledge.com> chrony-1.20.ebuild:
Add ~mips to keywords
diff --git a/net-misc/chrony/chrony-1.19.99.2.ebuild b/net-misc/chrony/chrony-1.19.99.2.ebuild
index 0989c6e9e170..2aa99e3f863d 100644
--- a/net-misc/chrony/chrony-1.19.99.2.ebuild
+++ b/net-misc/chrony/chrony-1.19.99.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.19.99.2.ebuild,v 1.3 2003/10/06 21:40:54 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.19.99.2.ebuild,v 1.4 2004/03/19 10:07:12 mr_bones_ Exp $
inherit eutils
@@ -14,7 +14,7 @@ KEYWORDS="~x86 sparc"
IUSE="readline"
DEPEND="virtual/glibc
- readline? ( >=readline-4.1-r4 )"
+ readline? ( >=sys-libs/readline-4.1-r4 )"
src_unpack() {
unpack ${A} ; cd ${S}
diff --git a/net-misc/chrony/chrony-1.19.ebuild b/net-misc/chrony/chrony-1.19.ebuild
index 310bb21389cc..6ba7dc452fa1 100644
--- a/net-misc/chrony/chrony-1.19.ebuild
+++ b/net-misc/chrony/chrony-1.19.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.19.ebuild,v 1.4 2003/10/06 21:40:54 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.19.ebuild,v 1.5 2004/03/19 10:07:12 mr_bones_ Exp $
inherit eutils
@@ -14,7 +14,7 @@ KEYWORDS="x86 -sparc"
IUSE="readline"
DEPEND="virtual/glibc
- readline? ( >=readline-4.1-r4 )"
+ readline? ( >=sys-libs/readline-4.1-r4 )"
src_unpack() {
unpack ${A} ; cd ${S}
diff --git a/net-misc/chrony/chrony-1.20.ebuild b/net-misc/chrony/chrony-1.20.ebuild
index 5ac0f6366baf..1243f4c40014 100644
--- a/net-misc/chrony/chrony-1.20.ebuild
+++ b/net-misc/chrony/chrony-1.20.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.20.ebuild,v 1.2 2004/02/20 23:00:25 iluxa Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/chrony/chrony-1.20.ebuild,v 1.3 2004/03/19 10:07:12 mr_bones_ Exp $
inherit eutils
@@ -14,7 +14,7 @@ KEYWORDS="~x86 ~mips sparc"
IUSE="readline"
DEPEND="virtual/glibc
- readline? ( >=readline-4.1-r4 )"
+ readline? ( >=sys-libs/readline-4.1-r4 )"
src_unpack() {
unpack ${A} ; cd ${S}