diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-13 20:12:14 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-13 20:12:14 +0000 |
commit | b7284d6b739cd5e4e34cd84e637c31797efcc004 (patch) | |
tree | 9a313f13b8ce2483c0c7f86736bc097b02ccbdf5 /dev-libs/glib/glib-2.8.6.ebuild | |
parent | Fixed marbleblastgolddemo/marbleblastgold-demo thanks to stupid epkgmove. (diff) | |
download | gentoo-2-b7284d6b739cd5e4e34cd84e637c31797efcc004.tar.gz gentoo-2-b7284d6b739cd5e4e34cd84e637c31797efcc004.tar.bz2 gentoo-2-b7284d6b739cd5e4e34cd84e637c31797efcc004.zip |
Add dependency over virtual/libiconv as needed.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'dev-libs/glib/glib-2.8.6.ebuild')
-rw-r--r-- | dev-libs/glib/glib-2.8.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-libs/glib/glib-2.8.6.ebuild b/dev-libs/glib/glib-2.8.6.ebuild index 268313698887..b6342b504635 100644 --- a/dev-libs/glib/glib-2.8.6.ebuild +++ b/dev-libs/glib/glib-2.8.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.8.6.ebuild,v 1.9 2006/03/31 23:35:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.8.6.ebuild,v 1.10 2006/04/13 20:12:14 flameeyes Exp $ inherit gnome.org libtool eutils flag-o-matic debug @@ -12,7 +12,8 @@ SLOT="2" KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="debug doc hardened" -RDEPEND="virtual/libintl" +RDEPEND="virtual/libintl + virtual/libiconv" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.14 |