diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-09-06 18:19:56 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-09-06 18:19:56 +0000 |
commit | 0134ddbbae51f9275bfc16395b2385659b04e9c9 (patch) | |
tree | e2aaa83f6565ef27ef59629aa2759cb5dd1a820c /dev-libs/expat | |
parent | dropping old version for gtk2->gtk with permission from joshuabergman (diff) | |
download | gentoo-2-0134ddbbae51f9275bfc16395b2385659b04e9c9.tar.gz gentoo-2-0134ddbbae51f9275bfc16395b2385659b04e9c9.tar.bz2 gentoo-2-0134ddbbae51f9275bfc16395b2385659b04e9c9.zip |
Drop ~x86-fbsd keyword from 1.95.8 so that the missing test dependency is not an error anymore.
(Portage version: 2.1.1_rc1-r5)
Diffstat (limited to 'dev-libs/expat')
-rw-r--r-- | dev-libs/expat/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/expat/expat-1.95.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/expat/ChangeLog b/dev-libs/expat/ChangeLog index 40000413d361..7dceb04ae87e 100644 --- a/dev-libs/expat/ChangeLog +++ b/dev-libs/expat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/expat # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.53 2006/04/17 21:33:48 exg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/ChangeLog,v 1.54 2006/09/06 18:19:56 flameeyes Exp $ + + 06 Sep 2006; Diego Pettenò <flameeyes@gentoo.org> expat-1.95.8.ebuild: + Drop ~x86-fbsd keyword from 1.95.8 so that the missing test dependency is + not an error anymore. 17 Apr 2006; Emanuele Giaquinta <exg@gentoo.org> files/expat-2.0.0-test-64bit.patch, +files/expat-2.0.0-test-cpp.patch, diff --git a/dev-libs/expat/expat-1.95.8.ebuild b/dev-libs/expat/expat-1.95.8.ebuild index 7e0659f418f6..c709ec0709b0 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-2006 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.19 2006/03/30 15:03:11 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-1.95.8.ebuild,v 1.20 2006/09/06 18:19:56 flameeyes Exp $ inherit libtool multilib @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/expat/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86" IUSE="test" DEPEND="test? ( >=dev-libs/check-0.8 )" |