summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2009-03-10 13:02:00 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2009-03-10 13:02:00 +0000
commit42bde704a6362fbc52cc1fe02e19d161985ab374 (patch)
tree3ebcbbb46413b9672ec712ecabee1fed2556299c /dev-libs/libyaml
parentFix typo. (diff)
downloadgentoo-2-42bde704a6362fbc52cc1fe02e19d161985ab374.tar.gz
gentoo-2-42bde704a6362fbc52cc1fe02e19d161985ab374.tar.bz2
gentoo-2-42bde704a6362fbc52cc1fe02e19d161985ab374.zip
Add missing test flag to IUSE.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libyaml')
-rw-r--r--dev-libs/libyaml/ChangeLog6
-rw-r--r--dev-libs/libyaml/libyaml-0.1.2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/libyaml/ChangeLog b/dev-libs/libyaml/ChangeLog
index bc880002ca77..f9a51aa82053 100644
--- a/dev-libs/libyaml/ChangeLog
+++ b/dev-libs/libyaml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libyaml
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.3 2009/03/01 16:35:13 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/ChangeLog,v 1.4 2009/03/10 13:02:00 flameeyes Exp $
+
+ 10 Mar 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+ libyaml-0.1.2.ebuild:
+ Add missing test flag to IUSE.
*libyaml-0.1.2 (01 Mar 2009)
diff --git a/dev-libs/libyaml/libyaml-0.1.2.ebuild b/dev-libs/libyaml/libyaml-0.1.2.ebuild
index f002d548646e..e03840536f2e 100644
--- a/dev-libs/libyaml/libyaml-0.1.2.ebuild
+++ b/dev-libs/libyaml/libyaml-0.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.2.ebuild,v 1.1 2009/03/01 16:35:13 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.2.ebuild,v 1.2 2009/03/10 13:02:00 flameeyes Exp $
inherit eutils
@@ -13,7 +13,7 @@ SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="doc examples"
+IUSE="doc examples test"
S="${WORKDIR}/${MY_P}"