diff options
author | 2005-05-29 09:16:02 +0000 | |
---|---|---|
committer | 2005-05-29 09:16:02 +0000 | |
commit | 519871c0aef7c6f2bac3a4b9fc5049b961a1236c (patch) | |
tree | a7a7840e37e846cbc37b3cf05b2bcb5f78ab1796 /dev-libs/expat | |
parent | Version bump (diff) | |
download | historical-519871c0aef7c6f2bac3a4b9fc5049b961a1236c.tar.gz historical-519871c0aef7c6f2bac3a4b9fc5049b961a1236c.tar.bz2 historical-519871c0aef7c6f2bac3a4b9fc5049b961a1236c.zip |
m68k love
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'dev-libs/expat')
-rw-r--r-- | dev-libs/expat/expat-1.95.8.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/dev-libs/expat/expat-1.95.8.ebuild b/dev-libs/expat/expat-1.95.8.ebuild index 486586d9ac13..d29c50ae4c79 100644 --- a/dev-libs/expat/expat-1.95.8.ebuild +++ b/dev-libs/expat/expat-1.95.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.8.ebuild,v 1.14 2005/02/21 04:55:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.8.ebuild,v 1.15 2005/05/29 09:13:35 vapier Exp $ inherit libtool @@ -10,12 +10,11 @@ SRC_URI="mirror://sourceforge/expat/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ppc-macos s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 ppc-macos s390 sh sparc x86" IUSE="test" -DEPEND="virtual/libc - test? ( >=dev-libs/check-0.8 )" -RDEPEND="virtual/libc" +DEPEND="test? ( >=dev-libs/check-0.8 )" +RDEPEND="" src_unpack() { unpack ${A} |