diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-05-24 05:57:51 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-05-24 05:57:51 +0000 |
commit | 0bb65322d7145ded86a60da42d2ee7b871010545 (patch) | |
tree | a6ae74b9bbeb51b97f79a2d739b0a217f44af128 /dev-ruby | |
parent | Move stable keywords back to 1.0.3 since that version has no ruby19 support. (diff) | |
download | gentoo-2-0bb65322d7145ded86a60da42d2ee7b871010545.tar.gz gentoo-2-0bb65322d7145ded86a60da42d2ee7b871010545.tar.bz2 gentoo-2-0bb65322d7145ded86a60da42d2ee7b871010545.zip |
Declare test USE flag.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/attic/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/attic/attic-0.5.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/attic/ChangeLog b/dev-ruby/attic/ChangeLog index 623f8e6ec637..b39a37313a4e 100644 --- a/dev-ruby/attic/ChangeLog +++ b/dev-ruby/attic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/attic # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/ChangeLog,v 1.6 2010/05/22 15:02:31 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/ChangeLog,v 1.7 2010/05/24 05:57:51 graaff Exp $ + + 24 May 2010; Hans de Graaff <graaff@gentoo.org> attic-0.5.2.ebuild: + Declare test USE flag. 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> attic-0.5.2.ebuild: Various cleanups. diff --git a/dev-ruby/attic/attic-0.5.2.ebuild b/dev-ruby/attic/attic-0.5.2.ebuild index aa0de155acef..b90903d373c6 100644 --- a/dev-ruby/attic/attic-0.5.2.ebuild +++ b/dev-ruby/attic/attic-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/attic-0.5.2.ebuild,v 1.5 2010/05/22 15:02:31 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/attic-0.5.2.ebuild,v 1.6 2010/05/24 05:57:51 graaff Exp $ EAPI=2 @@ -25,7 +25,7 @@ S="${WORKDIR}/delano-${PN}-560e6d1" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="test" ruby_add_bdepend "test? ( dev-ruby/tryouts )" |