diff options
author | 2011-12-02 23:49:01 +0000 | |
---|---|---|
committer | 2011-12-02 23:49:01 +0000 | |
commit | 7752790e6d7506ad38b561e0662ce80766ac74bd (patch) | |
tree | 04eddb69b6ed8cfc24d9d78a006de953f44e83d6 /dev-libs/check/check-0.9.8-r1.ebuild | |
parent | Update to EAPI 4. (diff) | |
download | historical-7752790e6d7506ad38b561e0662ce80766ac74bd.tar.gz historical-7752790e6d7506ad38b561e0662ce80766ac74bd.tar.bz2 historical-7752790e6d7506ad38b561e0662ce80766ac74bd.zip |
Stable on amd64 wrt bug #392773
Package-Manager: portage-2.2.0_alpha79/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/check/check-0.9.8-r1.ebuild')
-rw-r--r-- | dev-libs/check/check-0.9.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/check/check-0.9.8-r1.ebuild b/dev-libs/check/check-0.9.8-r1.ebuild index 0272b9df1f48..b945b66ed8e4 100644 --- a/dev-libs/check/check-0.9.8-r1.ebuild +++ b/dev-libs/check/check-0.9.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/check/check-0.9.8-r1.ebuild,v 1.2 2011/12/02 02:22:39 binki Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/check/check-0.9.8-r1.ebuild,v 1.3 2011/12/02 23:49:01 hwoarang Exp $ EAPI=4 inherit autotools autotools-utils eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="static-libs subunit" DEPEND="subunit? ( dev-python/subunit )" |