diff options
author | 2004-06-25 23:51:31 +0000 | |
---|---|---|
committer | 2004-06-25 23:51:31 +0000 | |
commit | 2bc0c2407f1a4c175633ddeb6a69df851cda311d (patch) | |
tree | 352c19c19fc24ec8f2559212b59417659fa12600 /app-arch/lha | |
parent | stable on amd64 (Manifest recommit) (diff) | |
download | gentoo-2-2bc0c2407f1a4c175633ddeb6a69df851cda311d.tar.gz gentoo-2-2bc0c2407f1a4c175633ddeb6a69df851cda311d.tar.bz2 gentoo-2-2bc0c2407f1a4c175633ddeb6a69df851cda311d.zip |
touch the libc
Diffstat (limited to 'app-arch/lha')
-rw-r--r-- | app-arch/lha/lha-114i-r2.ebuild | 11 | ||||
-rw-r--r-- | app-arch/lha/lha-114i-r3.ebuild | 11 |
2 files changed, 10 insertions, 12 deletions
diff --git a/app-arch/lha/lha-114i-r2.ebuild b/app-arch/lha/lha-114i-r2.ebuild index 3b9ad470f6f2..daba1b6fa92c 100644 --- a/app-arch/lha/lha-114i-r2.ebuild +++ b/app-arch/lha/lha-114i-r2.ebuild @@ -1,20 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/lha-114i-r2.ebuild,v 1.2 2004/06/24 21:32:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/lha-114i-r2.ebuild,v 1.3 2004/06/25 23:51:31 vapier Exp $ inherit eutils -IUSE="" - -DESCRIPTION="Utility for creating and opening lzh archives." +DESCRIPTION="Utility for creating and opening lzh archives" HOMEPAGE="http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm" SRC_URI="http://www2m.biglobe.ne.jp/~dolphin/lha/prog/${P}.tar.gz" -SLOT="0" LICENSE="lha" +SLOT="0" KEYWORDS="x86 ppc sparc alpha amd64" +IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack () { unpack ${A} ; cd ${S} diff --git a/app-arch/lha/lha-114i-r3.ebuild b/app-arch/lha/lha-114i-r3.ebuild index 2549aa88cc62..4dadd11d4171 100644 --- a/app-arch/lha/lha-114i-r3.ebuild +++ b/app-arch/lha/lha-114i-r3.ebuild @@ -1,20 +1,19 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/lha-114i-r3.ebuild,v 1.2 2004/06/24 21:32:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lha/lha-114i-r3.ebuild,v 1.3 2004/06/25 23:51:31 vapier Exp $ inherit eutils -IUSE="" - -DESCRIPTION="Utility for creating and opening lzh archives." +DESCRIPTION="Utility for creating and opening lzh archives" HOMEPAGE="http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm" SRC_URI="http://www2m.biglobe.ne.jp/~dolphin/lha/prog/${P}.tar.gz" -SLOT="0" LICENSE="lha" +SLOT="0" KEYWORDS="x86 ppc sparc alpha amd64" +IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack () { unpack ${A} ; cd ${S} |