diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:56:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-06-25 23:56:50 +0000 |
commit | 8077523164576195436732aa4aa5eb3a215a3a40 (patch) | |
tree | f8c4588b5593180b80feae9e39c8c6da7e017046 /app-arch/pax | |
parent | touch the libc (Manifest recommit) (diff) | |
download | gentoo-2-8077523164576195436732aa4aa5eb3a215a3a40.tar.gz gentoo-2-8077523164576195436732aa4aa5eb3a215a3a40.tar.bz2 gentoo-2-8077523164576195436732aa4aa5eb3a215a3a40.zip |
touch the libc
Diffstat (limited to 'app-arch/pax')
-rw-r--r-- | app-arch/pax/pax-3.3.4.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-arch/pax/pax-3.3.4.ebuild b/app-arch/pax/pax-3.3.4.ebuild index ee4689b66567..6174ce163887 100644 --- a/app-arch/pax/pax-3.3.4.ebuild +++ b/app-arch/pax/pax-3.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pax/pax-3.3.4.ebuild,v 1.8 2004/06/24 21:34:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/pax/pax-3.3.4.ebuild,v 1.9 2004/06/25 23:53:19 vapier Exp $ inherit eutils rpm @@ -10,12 +10,13 @@ S=${WORKDIR}/${MY_P} DESCRIPTION="pax (Portable Archive eXchange) is the POSIX standard archive tool" HOMEPAGE="http://www.openbsd.org/cgi-bin/cvsweb/src/bin/pax/" SRC_URI="ftp://rpmfind.net/linux/contrib/libc6/SRPMS/${MY_PS}.src.rpm" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc alpha hppa ~mips ~amd64 ~ia64" +KEYWORDS="~x86 ~ppc ~sparc ~mips alpha hppa ~amd64 ~ia64" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc app-arch/rpm2targz" src_unpack() { |