diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-04-14 16:12:55 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-04-14 16:12:55 +0000 |
commit | 8fb4cb9a87147ce6a3b7e1155c934e3350d781d3 (patch) | |
tree | 1fbdb46faab79c7ad706691a39c367475ddd6f38 /dev-libs | |
parent | Update to use xorg-2 eclass. (diff) | |
download | gentoo-2-8fb4cb9a87147ce6a3b7e1155c934e3350d781d3.tar.gz gentoo-2-8fb4cb9a87147ce6a3b7e1155c934e3350d781d3.tar.bz2 gentoo-2-8fb4cb9a87147ce6a3b7e1155c934e3350d781d3.zip |
allow to replace lelfutils by libelf. the former isnt keyworded and doesnt build on fbsd while the latter is fine
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/glib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.32.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index a9a539db09cb..9eb7607974d8 100644 --- a/dev-libs/glib/ChangeLog +++ b/dev-libs/glib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/glib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.511 2012/04/14 04:45:17 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.512 2012/04/14 16:12:55 aballier Exp $ + + 14 Apr 2012; Alexis Ballier <aballier@gentoo.org> glib-2.32.1.ebuild: + allow to replace lelfutils by libelf. the former isnt keyworded and doesnt + build on fbsd while the latter is fine 14 Apr 2012; Zac Medico <zmedico@gentoo.org> glib-2.32.1.ebuild: Add ~amd64-linux keyword. diff --git a/dev-libs/glib/glib-2.32.1.ebuild b/dev-libs/glib/glib-2.32.1.ebuild index d986681d8296..2b364ca20267 100644 --- a/dev-libs/glib/glib-2.32.1.ebuild +++ b/dev-libs/glib/glib-2.32.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.32.1.ebuild,v 1.2 2012/04/14 04:45:17 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.32.1.ebuild,v 1.3 2012/04/14 16:12:55 aballier Exp $ EAPI="4" PYTHON_DEPEND="utils? 2" @@ -25,7 +25,7 @@ RDEPEND="virtual/libiconv fam? ( virtual/fam ) utils? ( >=dev-util/gdbus-codegen-${PV} )" DEPEND="${RDEPEND} - dev-libs/elfutils + || ( dev-libs/elfutils dev-libs/libelf ) >=sys-devel/gettext-0.11 >=dev-util/gtk-doc-am-1.15 doc? ( |