diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 06:52:08 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-04 06:52:08 +0000 |
commit | 0765c729f633907d0e01b7e53e1863a773048b9a (patch) | |
tree | f2da11fe505b9354f3a17f4dcf54891a8c8addab /sci-calculators | |
parent | Require <openssl-1.0.1 for bug #414501, 4.78 will come with 1.0.1 support (diff) | |
download | historical-0765c729f633907d0e01b7e53e1863a773048b9a.tar.gz historical-0765c729f633907d0e01b7e53e1863a773048b9a.tar.bz2 historical-0765c729f633907d0e01b7e53e1863a773048b9a.zip |
dev-util/pkgconfig -> virtual/pkgconfig
Package-Manager: portage-2.2.0_alpha101/cvs/Linux i686
Diffstat (limited to 'sci-calculators')
20 files changed, 71 insertions, 39 deletions
diff --git a/sci-calculators/calcoo/ChangeLog b/sci-calculators/calcoo/ChangeLog index 2c85a1420208..534416f30a85 100644 --- a/sci-calculators/calcoo/ChangeLog +++ b/sci-calculators/calcoo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/calcoo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v 1.18 2012/04/26 16:06:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/ChangeLog,v 1.19 2012/05/04 06:52:07 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> calcoo-1.3.16.ebuild, + calcoo-1.3.18.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 26 Apr 2012; Justin Lecher <jlec@gentoo.org> calcoo-1.3.18.ebuild, +files/calcoo-1.3.18-gold.patch, metadata.xml: diff --git a/sci-calculators/calcoo/calcoo-1.3.16.ebuild b/sci-calculators/calcoo/calcoo-1.3.16.ebuild index 9620a0172bf7..39f97a324360 100644 --- a/sci-calculators/calcoo/calcoo-1.3.16.ebuild +++ b/sci-calculators/calcoo/calcoo-1.3.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.16.ebuild,v 1.7 2011/03/02 13:26:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.16.ebuild,v 1.8 2012/05/04 06:52:07 jdhore Exp $ EAPI="1" @@ -15,7 +15,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_compile() { econf --disable-gtktest || die "econf failed." diff --git a/sci-calculators/calcoo/calcoo-1.3.18.ebuild b/sci-calculators/calcoo/calcoo-1.3.18.ebuild index 72c42ddb4013..6b12f0623ee2 100644 --- a/sci-calculators/calcoo/calcoo-1.3.18.ebuild +++ b/sci-calculators/calcoo/calcoo-1.3.18.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/sci-calculators/calcoo/calcoo-1.3.18.ebuild,v 1.7 2012/04/26 16:06:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/calcoo/calcoo-1.3.18.ebuild,v 1.8 2012/05/04 06:52:07 jdhore Exp $ EAPI=4 @@ -19,7 +19,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:2" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-gold.patch ) diff --git a/sci-calculators/galculator/ChangeLog b/sci-calculators/galculator/ChangeLog index d1bb9079c1b0..ad3301f08b33 100644 --- a/sci-calculators/galculator/ChangeLog +++ b/sci-calculators/galculator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/galculator -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.30 2011/03/02 21:23:47 jlec Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.31 2012/05/04 06:52:08 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> galculator-1.3.4.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 02 Mar 2011; Justin Lecher <jlec@gentoo.org> galculator-1.3.4.ebuild: Correct Slots for gtk 3 introduction to tree diff --git a/sci-calculators/galculator/galculator-1.3.4.ebuild b/sci-calculators/galculator/galculator-1.3.4.ebuild index 58dee6ca17e2..fbf71b93de4b 100644 --- a/sci-calculators/galculator/galculator-1.3.4.ebuild +++ b/sci-calculators/galculator/galculator-1.3.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.4.ebuild,v 1.8 2011/03/02 21:23:47 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.4.ebuild,v 1.9 2012/05/04 06:52:08 jdhore Exp $ EAPI=2 @@ -16,7 +16,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:2 gnome-base/libglade:2.0" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { # Fix tests diff --git a/sci-calculators/grpn/ChangeLog b/sci-calculators/grpn/ChangeLog index bb837a347bd5..2c909a392905 100644 --- a/sci-calculators/grpn/ChangeLog +++ b/sci-calculators/grpn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/grpn # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/grpn/ChangeLog,v 1.6 2012/01/03 21:18:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/grpn/ChangeLog,v 1.7 2012/05/04 06:52:08 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> grpn-1.3.4.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *grpn-1.3.4 (03 Jan 2012) diff --git a/sci-calculators/grpn/grpn-1.3.4.ebuild b/sci-calculators/grpn/grpn-1.3.4.ebuild index 919eef4647f8..a34fbe557cf9 100644 --- a/sci-calculators/grpn/grpn-1.3.4.ebuild +++ b/sci-calculators/grpn/grpn-1.3.4.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/sci-calculators/grpn/grpn-1.3.4.ebuild,v 1.1 2012/01/03 21:18:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/grpn/grpn-1.3.4.ebuild,v 1.2 2012/05/04 06:52:08 jdhore Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -17,7 +17,7 @@ IUSE="" RDEPEND="x11-libs/gtk+:2 x11-libs/libX11" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { sed -i -e 's:= -g -O2 -I/usr/X11/include:+=:' Makefile || die diff --git a/sci-calculators/qalculate-bases/ChangeLog b/sci-calculators/qalculate-bases/ChangeLog index 9e332b93bf29..d8ba10744fa5 100644 --- a/sci-calculators/qalculate-bases/ChangeLog +++ b/sci-calculators/qalculate-bases/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/qalculate-bases # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-bases/ChangeLog,v 1.17 2012/04/26 16:01:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-bases/ChangeLog,v 1.18 2012/05/04 06:52:07 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> + qalculate-bases-0.9.4-r2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 26 Apr 2012; Justin Lecher <jlec@gentoo.org> qalculate-bases-0.9.4-r2.ebuild: Move to EAPI=4 diff --git a/sci-calculators/qalculate-bases/qalculate-bases-0.9.4-r2.ebuild b/sci-calculators/qalculate-bases/qalculate-bases-0.9.4-r2.ebuild index 98ee9777faec..847587545813 100644 --- a/sci-calculators/qalculate-bases/qalculate-bases-0.9.4-r2.ebuild +++ b/sci-calculators/qalculate-bases/qalculate-bases-0.9.4-r2.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/sci-calculators/qalculate-bases/qalculate-bases-0.9.4-r2.ebuild,v 1.5 2012/04/26 16:01:20 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-bases/qalculate-bases-0.9.4-r2.ebuild,v 1.6 2012/05/04 06:52:07 jdhore Exp $ EAPI=4 @@ -20,7 +20,7 @@ RDEPEND=" x11-libs/gtk+:2 nls? ( sys-devel/gettext )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-cln-config.patch diff --git a/sci-calculators/qalculate-currency/ChangeLog b/sci-calculators/qalculate-currency/ChangeLog index c16ddfa5c1f2..4aae419bc4dd 100644 --- a/sci-calculators/qalculate-currency/ChangeLog +++ b/sci-calculators/qalculate-currency/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/qalculate-currency # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.16 2012/04/26 15:59:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.17 2012/05/04 06:52:08 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> + qalculate-currency-0.9.4-r2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 26 Apr 2012; Justin Lecher <jlec@gentoo.org> qalculate-currency-0.9.4-r2.ebuild: diff --git a/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild b/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild index 1d1e15442848..dc05315a8461 100644 --- a/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild +++ b/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.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/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v 1.5 2012/04/26 15:59:35 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v 1.6 2012/05/04 06:52:08 jdhore Exp $ EAPI=4 @@ -20,7 +20,7 @@ RDEPEND=" x11-libs/gtk+:2 nls? ( sys-devel/gettext )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-cln-config.patch diff --git a/sci-calculators/qalculate-gtk/ChangeLog b/sci-calculators/qalculate-gtk/ChangeLog index 8f4462902f77..68de4aa87ebe 100644 --- a/sci-calculators/qalculate-gtk/ChangeLog +++ b/sci-calculators/qalculate-gtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/qalculate-gtk -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-gtk/ChangeLog,v 1.36 2011/03/02 21:25:34 jlec Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-gtk/ChangeLog,v 1.37 2012/05/04 06:52:08 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> qalculate-gtk-0.9.7.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 02 Mar 2011; Justin Lecher <jlec@gentoo.org> qalculate-gtk-0.9.7.ebuild: Correct Slots for gtk 3 introduction to tree diff --git a/sci-calculators/qalculate-gtk/qalculate-gtk-0.9.7.ebuild b/sci-calculators/qalculate-gtk/qalculate-gtk-0.9.7.ebuild index 931b0ce3bbd8..f31af96d6eea 100644 --- a/sci-calculators/qalculate-gtk/qalculate-gtk-0.9.7.ebuild +++ b/sci-calculators/qalculate-gtk/qalculate-gtk-0.9.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-gtk/qalculate-gtk-0.9.7.ebuild,v 1.7 2011/03/02 21:25:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-gtk/qalculate-gtk-0.9.7.ebuild,v 1.8 2012/05/04 06:52:08 jdhore Exp $ EAPI=2 GCONF_DEBUG=no @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} app-text/rarian sys-devel/gettext dev-util/intltool - dev-util/pkgconfig" + virtual/pkgconfig" pkg_setup() { DOCS="AUTHORS ChangeLog NEWS README TODO" diff --git a/sci-calculators/qalculate-units/ChangeLog b/sci-calculators/qalculate-units/ChangeLog index 4ad4bd0a64e2..8079ffa1bc6c 100644 --- a/sci-calculators/qalculate-units/ChangeLog +++ b/sci-calculators/qalculate-units/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/qalculate-units # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-units/ChangeLog,v 1.16 2012/04/26 15:59:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-units/ChangeLog,v 1.17 2012/05/04 06:52:08 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> + qalculate-units-0.9.4-r2.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 26 Apr 2012; Justin Lecher <jlec@gentoo.org> qalculate-units-0.9.4-r2.ebuild: Move to EAPI=4 diff --git a/sci-calculators/qalculate-units/qalculate-units-0.9.4-r2.ebuild b/sci-calculators/qalculate-units/qalculate-units-0.9.4-r2.ebuild index 4f3d38f07324..050ee46f8048 100644 --- a/sci-calculators/qalculate-units/qalculate-units-0.9.4-r2.ebuild +++ b/sci-calculators/qalculate-units/qalculate-units-0.9.4-r2.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/sci-calculators/qalculate-units/qalculate-units-0.9.4-r2.ebuild,v 1.5 2012/04/26 15:59:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-units/qalculate-units-0.9.4-r2.ebuild,v 1.6 2012/05/04 06:52:08 jdhore Exp $ EAPI=4 @@ -20,7 +20,7 @@ RDEPEND=" x11-libs/gtk+:2 nls? ( sys-devel/gettext )" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_prepare() { epatch "${FILESDIR}"/${P}-cln-config.patch diff --git a/sci-calculators/tiemu/ChangeLog b/sci-calculators/tiemu/ChangeLog index 008ef5354984..858779c26da1 100644 --- a/sci-calculators/tiemu/ChangeLog +++ b/sci-calculators/tiemu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/tiemu -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v 1.7 2011/04/13 06:21:23 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v 1.8 2012/05/04 06:52:08 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> tiemu-3.03.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 13 Apr 2011; Kacper Kowalik <xarthisius@gentoo.org> tiemu-3.03.ebuild, +files/tiemu-3.03-r2820.patch: diff --git a/sci-calculators/tiemu/tiemu-3.03.ebuild b/sci-calculators/tiemu/tiemu-3.03.ebuild index a65b027df2aa..94d47b18fadd 100644 --- a/sci-calculators/tiemu/tiemu-3.03.ebuild +++ b/sci-calculators/tiemu/tiemu-3.03.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild,v 1.6 2011/04/13 06:21:23 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild,v 1.7 2012/05/04 06:52:08 jdhore Exp $ EAPI=2 inherit eutils @@ -26,7 +26,7 @@ RDEPEND="sci-libs/libticables2 xinerama? ( x11-libs/libXinerama )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig nls? ( sys-devel/gettext ) xinerama? ( x11-proto/xineramaproto )" diff --git a/sci-calculators/tilp2/ChangeLog b/sci-calculators/tilp2/ChangeLog index 4c43f4e6c2a2..d83107bc29c8 100644 --- a/sci-calculators/tilp2/ChangeLog +++ b/sci-calculators/tilp2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/tilp2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.7 2012/02/19 13:57:10 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/ChangeLog,v 1.8 2012/05/04 06:52:08 jdhore Exp $ + + 04 May 2012; Jeff Horelick <jdhore@gentoo.org> tilp2-1.14.ebuild, + tilp2-1.16.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig *tilp2-1.16 (19 Feb 2012) diff --git a/sci-calculators/tilp2/tilp2-1.14.ebuild b/sci-calculators/tilp2/tilp2-1.14.ebuild index 0a135388f173..c8147ada542a 100644 --- a/sci-calculators/tilp2/tilp2-1.14.ebuild +++ b/sci-calculators/tilp2/tilp2-1.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/tilp2-1.14.ebuild,v 1.1 2011/03/15 21:23:34 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/tilp2-1.14.ebuild,v 1.2 2012/05/04 06:52:08 jdhore Exp $ EAPI="3" inherit eutils @@ -24,7 +24,7 @@ RDEPEND="dev-libs/glib:2 nls? ( virtual/libintl ) xinerama? ( x11-libs/libXinerama )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig nls? ( sys-devel/gettext ) xinerama? ( x11-proto/xineramaproto )" diff --git a/sci-calculators/tilp2/tilp2-1.16.ebuild b/sci-calculators/tilp2/tilp2-1.16.ebuild index e3457b129189..8a6d799ae64b 100644 --- a/sci-calculators/tilp2/tilp2-1.16.ebuild +++ b/sci-calculators/tilp2/tilp2-1.16.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/sci-calculators/tilp2/tilp2-1.16.ebuild,v 1.1 2012/02/19 13:57:10 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tilp2/tilp2-1.16.ebuild,v 1.2 2012/05/04 06:52:08 jdhore Exp $ EAPI=4 @@ -25,7 +25,7 @@ RDEPEND="dev-libs/glib:2 nls? ( virtual/libintl ) xinerama? ( x11-libs/libXinerama )" DEPEND="${RDEPEND} - dev-util/pkgconfig + virtual/pkgconfig nls? ( sys-devel/gettext ) xinerama? ( x11-proto/xineramaproto )" |