diff options
author | Christoph Mende <angelos@gentoo.org> | 2012-03-23 21:32:47 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2012-03-23 21:32:47 +0000 |
commit | c13c5eb36f91c5270724c97ab2d7cbd6fd85ac8d (patch) | |
tree | 9deffcb8681d026a9b85ea9320fa3e12a740bf02 /xfce-base/libxfce4ui | |
parent | Revbump. Multiple fixes. EAPI4. Bug #408023. Thanks to rainbow <rainbow@irh.it> (diff) | |
download | historical-c13c5eb36f91c5270724c97ab2d7cbd6fd85ac8d.tar.gz historical-c13c5eb36f91c5270724c97ab2d7cbd6fd85ac8d.tar.bz2 historical-c13c5eb36f91c5270724c97ab2d7cbd6fd85ac8d.zip |
Add slot dep on glib
Package-Manager: portage-2.2.0_alpha94/cvs/Linux x86_64
Diffstat (limited to 'xfce-base/libxfce4ui')
-rw-r--r-- | xfce-base/libxfce4ui/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild | 4 | ||||
-rw-r--r-- | xfce-base/libxfce4ui/libxfce4ui-4.9.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/xfce-base/libxfce4ui/ChangeLog b/xfce-base/libxfce4ui/ChangeLog index 39eac5738b84..1205fe36b7d4 100644 --- a/xfce-base/libxfce4ui/ChangeLog +++ b/xfce-base/libxfce4ui/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/libxfce4ui # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.32 2012/02/20 20:25:40 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/ChangeLog,v 1.33 2012/03/23 21:17:04 angelos Exp $ + + 23 Mar 2012; Christoph Mende <angelos@gentoo.org> libxfce4ui-4.8.1.ebuild, + libxfce4ui-4.9.0.ebuild: + Add slot dep on glib *libxfce4ui-4.9.0 (20 Feb 2012) diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild index b59b8b5c31a5..b3cf6e4431cb 100644 --- a/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild +++ b/xfce-base/libxfce4ui/libxfce4ui-4.8.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/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v 1.5 2012/02/13 21:38:08 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.8.1.ebuild,v 1.6 2012/03/23 21:17:04 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 ~x86-solaris" IUSE="debug glade startup-notification" -RDEPEND=">=dev-libs/glib-2.16 +RDEPEND=">=dev-libs/glib-2.16:2 >=x11-libs/gtk+-2.14:2 x11-libs/libICE x11-libs/libSM diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.9.0.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.9.0.ebuild index 74ec1d40644f..8f3feafb5e38 100644 --- a/xfce-base/libxfce4ui/libxfce4ui-4.9.0.ebuild +++ b/xfce-base/libxfce4ui/libxfce4ui-4.9.0.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/libxfce4ui/libxfce4ui-4.9.0.ebuild,v 1.2 2012/02/20 20:59:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4ui/libxfce4ui-4.9.0.ebuild,v 1.3 2012/03/23 21:17:04 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 ~x86-solaris" IUSE="debug glade startup-notification" -RDEPEND=">=dev-libs/glib-2.16 +RDEPEND=">=dev-libs/glib-2.16:2 >=x11-libs/gtk+-2.14:2 x11-libs/libX11 x11-libs/libICE |