diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-10 16:17:58 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2002-07-10 16:17:58 +0000 |
commit | d85ae73b449f0153f4e7905b9a9c82c517b4e3fb (patch) | |
tree | f595c567910ff206ea183d507365cea2f7964a97 /sys-apps/at/at-3.1.8-r8.ebuild | |
parent | added ChamgeLog (diff) | |
download | gentoo-2-d85ae73b449f0153f4e7905b9a9c82c517b4e3fb.tar.gz gentoo-2-d85ae73b449f0153f4e7905b9a9c82c517b4e3fb.tar.bz2 gentoo-2-d85ae73b449f0153f4e7905b9a9c82c517b4e3fb.zip |
Added LICENSE tag
Diffstat (limited to 'sys-apps/at/at-3.1.8-r8.ebuild')
-rw-r--r-- | sys-apps/at/at-3.1.8-r8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/at/at-3.1.8-r8.ebuild b/sys-apps/at/at-3.1.8-r8.ebuild index 7f5e909e647f..bd966b24d694 100644 --- a/sys-apps/at/at-3.1.8-r8.ebuild +++ b/sys-apps/at/at-3.1.8-r8.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Ferry Meyndert <m0rpheus@poseidon.mine.nu> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/at/at-3.1.8-r8.ebuild,v 1.1 2002/03/19 04:38:39 chadh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/at/at-3.1.8-r8.ebuild,v 1.2 2002/07/10 16:17:55 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="Queues jobs for later execution" SRC_URI="http://ftp.debian.org/debian/pool/main/a/at/at_${PV}-11.tar.gz" HOMEPAGE="" +LICENSE="GPL-2" DEPEND="virtual/glibc >=sys-devel/flex-2.5.4a" RDEPEND="virtual/glibc virtual/mta" |