diff options
Diffstat (limited to 'net-misc/getdate/getdate-1.2.ebuild')
-rw-r--r-- | net-misc/getdate/getdate-1.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/getdate/getdate-1.2.ebuild b/net-misc/getdate/getdate-1.2.ebuild index 67f463919a3f..10b53d9adfbf 100644 --- a/net-misc/getdate/getdate-1.2.ebuild +++ b/net-misc/getdate/getdate-1.2.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/getdate-1.2.ebuild,v 1.4 2004/06/24 23:45:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/getdate/getdate-1.2.ebuild,v 1.5 2004/07/01 21:02:14 squinky86 Exp $ MY_PN=${PN}_rfc868 MY_P=${MY_PN}-${PV} S=${WORKDIR}/${MY_P} +IUSE="" DESCRIPTION="Network Date/Time Query and Set Local Date/Time Utility" HOMEPAGE="http://www.ibiblio.org/pub/Linux/system/network/misc/" SRC_URI="http://www.ibiblio.org/pub/Linux/system/network/misc/${MY_P}.tar.gz" @@ -14,7 +15,7 @@ LICENSE="as-is" SLOT="0" KEYWORDS="x86" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RDEPEND="${DEPEND}" src_unpack() { |