diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-10 19:32:28 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-07-10 19:32:28 +0000 |
commit | f0f654f0be80c4c9dc8b5929a02ccfcf13deb8e0 (patch) | |
tree | aaad65a498b15b916a128b3bc95322276678f196 /xfce-base | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-f0f654f0be80c4c9dc8b5929a02ccfcf13deb8e0.tar.gz gentoo-2-f0f654f0be80c4c9dc8b5929a02ccfcf13deb8e0.tar.bz2 gentoo-2-f0f654f0be80c4c9dc8b5929a02ccfcf13deb8e0.zip |
Missing intltool depend
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild | 5 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild index a16282bf4099..31215e41630a 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild,v 1.13 2009/10/06 21:27:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild,v 1.14 2010/07/10 19:32:28 ssuominen Exp $ EAPI=2 inherit xfconf @@ -16,7 +16,8 @@ IUSE="debug" RDEPEND=">=dev-libs/glib-2.12:2" DEPEND="${RDEPEND} dev-util/pkgconfig - sys-devel/gettext" + sys-devel/gettext + dev-util/intltool" pkg_setup() { XFCONF="--disable-dependency-tracking diff --git a/xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild b/xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild index 52d8935618ee..40ca259b40ef 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild,v 1.4 2010/07/09 16:38:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.2.ebuild,v 1.5 2010/07/10 19:32:28 ssuominen Exp $ EAPI=2 inherit xfconf @@ -17,7 +17,8 @@ IUSE="debug" RDEPEND=">=dev-libs/glib-2.12:2" DEPEND="${RDEPEND} dev-util/pkgconfig - sys-devel/gettext" + sys-devel/gettext + dev-util/intltool" pkg_setup() { XFCONF="--disable-dependency-tracking |