diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 09:22:23 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-07-12 09:22:23 +0000 |
commit | babaaef3868562c3382cf6a18c422593a8dcb550 (patch) | |
tree | 6b07e6f91459749cc16db4aa74f493739f2c38a2 /dev-libs/check | |
parent | Enable calendar support for 1.4 (diff) | |
download | historical-babaaef3868562c3382cf6a18c422593a8dcb550.tar.gz historical-babaaef3868562c3382cf6a18c422593a8dcb550.tar.bz2 historical-babaaef3868562c3382cf6a18c422593a8dcb550.zip |
unmasks and changelog fixes
Diffstat (limited to 'dev-libs/check')
-rw-r--r-- | dev-libs/check/check-0.8.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/check/check-0.8.4.ebuild b/dev-libs/check/check-0.8.4.ebuild index 28a39d3580c1..4d9dc19e5258 100644 --- a/dev-libs/check/check-0.8.4.ebuild +++ b/dev-libs/check/check-0.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/check/check-0.8.4.ebuild,v 1.3 2003/03/01 04:55:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/check/check-0.8.4.ebuild,v 1.4 2003/07/12 09:22:21 aliz Exp $ DESCRIPTION="unit test framework for C" HOMEPAGE="http://sourceforge.net/projects/check/" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" DEPEND="virtual/glibc" |