summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2011-09-18 02:06:04 +0000
committerNaohiro Aota <naota@gentoo.org>2011-09-18 02:06:04 +0000
commit8e9b8a664ed028fc8e06261e4f5cfe4170feea52 (patch)
tree7599ed826756bbdd5b13e8a28727fdb8320e7e8d /eclass
parentConvert to extra_started_commands #381887 by teidakankan. (diff)
downloadhistorical-8e9b8a664ed028fc8e06261e4f5cfe4170feea52.tar.gz
historical-8e9b8a664ed028fc8e06261e4f5cfe4170feea52.tar.bz2
historical-8e9b8a664ed028fc8e06261e4f5cfe4170feea52.zip
Add common dependencies
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ruby-ng-gnome2.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/ruby-ng-gnome2.eclass b/eclass/ruby-ng-gnome2.eclass
index 5af1ad028559..5a4b74cf0b64 100644
--- a/eclass/ruby-ng-gnome2.eclass
+++ b/eclass/ruby-ng-gnome2.eclass
@@ -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/eclass/ruby-ng-gnome2.eclass,v 1.8 2011/08/22 04:46:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-ng-gnome2.eclass,v 1.9 2011/09/18 02:06:04 naota Exp $
# @ECLASS: ruby-ng-gnome2.eclass
# @MAINTAINER:
@@ -31,6 +31,9 @@ HOMEPAGE="http://ruby-gnome2.sourceforge.jp/"
LICENSE="Ruby"
SLOT="0"
+ruby_add_bdepend "dev-ruby/pkg-config
+ dev-ruby/rubygems"
+
# @FUNCTION: each_ruby_configure
# @DESCRIPTION:
# Run the configure script in the subbinding for each specific ruby target.