diff options
author | Christoph Mende <angelos@gentoo.org> | 2012-03-23 21:19:03 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2012-03-23 21:19:03 +0000 |
commit | 6ffcba6d02a8a7f685fee1313f487757ec41b067 (patch) | |
tree | fa1e90df4db795e488df2fe162bf50cc0726ddd2 /xfce-base | |
parent | Add slot dep on glib (diff) | |
download | gentoo-2-6ffcba6d02a8a7f685fee1313f487757ec41b067.tar.gz gentoo-2-6ffcba6d02a8a7f685fee1313f487757ec41b067.tar.bz2 gentoo-2-6ffcba6d02a8a7f685fee1313f487757ec41b067.zip |
Add slot dep on glib
(Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 348ddab0935c..eaacc7839866 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/libxfce4util # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.168 2012/01/06 10:26:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.169 2012/03/23 21:19:03 angelos Exp $ + + 23 Mar 2012; Christoph Mende <angelos@gentoo.org> libxfce4util-4.8.2.ebuild: + Add slot dep on glib 06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> -libxfce4util-4.8.1.ebuild: diff --git a/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild b/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild index 631e83f6e147..e7377b028ddf 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.8.2.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/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.7 2012/01/06 10:25:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.8 2012/03/23 21:19:03 angelos Exp $ EAPI=4 inherit xfconf @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="debug" -RDEPEND=">=dev-libs/glib-2.12" +RDEPEND=">=dev-libs/glib-2.12:2" DEPEND="${RDEPEND} dev-util/intltool dev-util/pkgconfig |