diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-12-31 08:16:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-12-31 08:16:27 +0000 |
commit | f0242906d4dd334d2f9737d28954ccf906131da7 (patch) | |
tree | 3ce678ef0a224fb3b26520403488df2b193db0b3 /sys-apps | |
parent | make sure to depend on the newest libtermcap stuff (diff) | |
download | gentoo-2-f0242906d4dd334d2f9737d28954ccf906131da7.tar.gz gentoo-2-f0242906d4dd334d2f9737d28954ccf906131da7.tar.bz2 gentoo-2-f0242906d4dd334d2f9737d28954ccf906131da7.zip |
make sure to depend on the newest libtermcap stuff
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/coreutils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/coreutils/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/coreutils/coreutils-5.0.91-r3.ebuild | 6 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-apps/coreutils/ChangeLog b/sys-apps/coreutils/ChangeLog index 895304d291e2..2065b709800c 100644 --- a/sys-apps/coreutils/ChangeLog +++ b/sys-apps/coreutils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/coreutils # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.63 2003/12/31 02:59:52 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/ChangeLog,v 1.64 2003/12/31 08:15:30 seemant Exp $ + + 31 Dec 2003; Seemant Kulleen <seemant@gentoo.org> + coreutils-5.0.91-r3.ebuild: + make sure to depend on the newest libtermcap stuff 30 Dec 2003; Seemant Kulleen <seemant@gentoo.org> coreutils-5.0.91-r2.ebuild, coreutils-5.0.91-r3.ebuild: diff --git a/sys-apps/coreutils/Manifest b/sys-apps/coreutils/Manifest index 0d66dba1f61a..f00956b8c4dd 100644 --- a/sys-apps/coreutils/Manifest +++ b/sys-apps/coreutils/Manifest @@ -1,4 +1,4 @@ -MD5 08567810a0892d1cc9511634f0c7807b coreutils-5.0.91-r3.ebuild 4055 +MD5 10894dea50f4a0010ee4d27b26df8b9e coreutils-5.0.91-r3.ebuild 4063 MD5 fb0112dcad7f6d1ee0531fa66426a261 coreutils-5.0-r6.ebuild 2741 MD5 a884c01088b155094153e54aca9e2d3c coreutils-5.0.91-r2.ebuild 3648 MD5 abdfeb9b44e6951ae6ed1229d436ffca coreutils-5.0-r5.ebuild 2573 diff --git a/sys-apps/coreutils/coreutils-5.0.91-r3.ebuild b/sys-apps/coreutils/coreutils-5.0.91-r3.ebuild index 90c6250653f7..7aa71e3d8d48 100644 --- a/sys-apps/coreutils/coreutils-5.0.91-r3.ebuild +++ b/sys-apps/coreutils/coreutils-5.0.91-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0.91-r3.ebuild,v 1.6 2003/12/31 08:15:30 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/coreutils/coreutils-5.0.91-r3.ebuild,v 1.7 2003/12/31 08:16:20 seemant Exp $ inherit eutils flag-o-matic @@ -36,8 +36,8 @@ DEPEND="virtual/glibc RDEPEND="selinux? ( sys-libs/libselinux ) acl? ( !hppa? ( sys-apps/acl ) ) - sys-libs/libtermcap-compat - nls? ( sys-devel/gettext )" + nls? ( sys-devel/gettext ) + >=sys-libs/libtermcap-compat-2.0.8" src_unpack() { unpack ${A} |