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 | |
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')
-rw-r--r-- | dev-libs/glib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.10.2.ebuild | 5 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.8.6.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index 745dab76c92b..d11ca6411d2c 100644 --- a/dev-libs/glib/ChangeLog +++ b/dev-libs/glib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/glib # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.194 2006/04/12 14:38:47 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.195 2006/04/13 20:12:14 flameeyes Exp $ + + 13 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> glib-2.8.6.ebuild, + glib-2.10.2.ebuild: + Add dependency over virtual/libiconv as needed. 12 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> glib-1.2.10-r5.ebuild: Add ~x86-fbsd keyword. diff --git a/dev-libs/glib/glib-2.10.2.ebuild b/dev-libs/glib/glib-2.10.2.ebuild index b625bffa0684..bb2f7b4c9c69 100644 --- a/dev-libs/glib/glib-2.10.2.ebuild +++ b/dev-libs/glib/glib-2.10.2.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.10.2.ebuild,v 1.1 2006/04/10 14:01:44 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.10.2.ebuild,v 1.2 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 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86" IUSE="debug doc hardened" -RDEPEND="virtual/libc" +RDEPEND="virtual/libc + virtual/libiconv" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.14 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 |