diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-07-28 23:13:24 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-07-28 23:13:24 +0000 |
commit | d44e1c11afa23a6e752b70303c9691d4c8467e4f (patch) | |
tree | 866e09dc64dc2e3bf928a3629b3949bdc5f956b1 /dev-ruby/attic | |
parent | Initial import of hexoid, needed for tryouts 2. (diff) | |
download | gentoo-2-d44e1c11afa23a6e752b70303c9691d4c8467e4f.tar.gz gentoo-2-d44e1c11afa23a6e752b70303c9691d4c8467e4f.tar.bz2 gentoo-2-d44e1c11afa23a6e752b70303c9691d4c8467e4f.zip |
Depend on slotted tryouts.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/attic')
-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 b39a37313a4e..2c224182259f 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.7 2010/05/24 05:57:51 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/ChangeLog,v 1.8 2010/07/28 23:13:24 flameeyes Exp $ + + 28 Jul 2010; Diego E. Pettenò <flameeyes@gentoo.org> attic-0.5.2.ebuild: + Depend on slotted tryouts. 24 May 2010; Hans de Graaff <graaff@gentoo.org> attic-0.5.2.ebuild: Declare test USE flag. diff --git a/dev-ruby/attic/attic-0.5.2.ebuild b/dev-ruby/attic/attic-0.5.2.ebuild index b90903d373c6..095ca0cf1154 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.6 2010/05/24 05:57:51 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/attic/attic-0.5.2.ebuild,v 1.7 2010/07/28 23:13:24 flameeyes Exp $ EAPI=2 @@ -27,7 +27,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" -ruby_add_bdepend "test? ( dev-ruby/tryouts )" +ruby_add_bdepend "test? ( dev-ruby/tryouts:0 )" all_ruby_prepare() { epatch "${FILESDIR}"/${P}-fixes.patch |