diff options
author | 2004-11-12 15:00:32 +0000 | |
---|---|---|
committer | 2004-11-12 15:00:32 +0000 | |
commit | 9093590780b246a8b3668f459df0a9363a4de401 (patch) | |
tree | 1aab110f69ebb33287e85cc292ab7e62a819e11f /dev-libs/check | |
parent | mask more stuff (diff) | |
download | historical-9093590780b246a8b3668f459df0a9363a4de401.tar.gz historical-9093590780b246a8b3668f459df0a9363a4de401.tar.bz2 historical-9093590780b246a8b3668f459df0a9363a4de401.zip |
sh KEYWORDS
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 9f8953404e07..39c1cff763d8 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-2004 Gentoo Foundation # 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.20 2004/10/23 06:25:55 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/check/check-0.8.4.ebuild,v 1.21 2004/11/12 15:00:32 vapier 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="alpha amd64 arm hppa ia64 ppc ppc64 ppc-macos s390 sparc x86 mips" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ppc-macos s390 sh sparc x86" IUSE="" DEPEND="virtual/libc" |