diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-10 12:26:27 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-10 12:26:27 +0000 |
commit | e3d1fbf0d3a94ca9f27772bb380d3a29a75b0410 (patch) | |
tree | d17f3436514a09205cd534afa420059e34214ff2 /xfce-base | |
parent | ppc/ppc64/x86 stable wrt #401229 (diff) | |
download | gentoo-2-e3d1fbf0d3a94ca9f27772bb380d3a29a75b0410.tar.gz gentoo-2-e3d1fbf0d3a94ca9f27772bb380d3a29a75b0410.tar.bz2 gentoo-2-e3d1fbf0d3a94ca9f27772bb380d3a29a75b0410.zip |
ppc/ppc64/x86 stable wrt #401229
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/xfdesktop/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/xfce-base/xfdesktop/ChangeLog b/xfce-base/xfdesktop/ChangeLog index b435d5722a8b..f711da0401be 100644 --- a/xfce-base/xfdesktop/ChangeLog +++ b/xfce-base/xfdesktop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/xfdesktop # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.199 2012/02/09 01:40:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.200 2012/02/10 12:26:27 ssuominen Exp $ + + 10 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> xfdesktop-4.8.3.ebuild: + ppc/ppc64/x86 stable wrt #401229 09 Feb 2012; Jeroen Roovers <jer@gentoo.org> xfdesktop-4.8.3.ebuild: Stable for HPPA (bug #401229). diff --git a/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild b/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild index aece4eb2de8b..048f4db44936 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.8.3.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/xfdesktop/xfdesktop-4.8.3.ebuild,v 1.5 2012/02/09 01:40:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild,v 1.6 2012/02/10 12:26:27 ssuominen Exp $ EAPI=4 inherit xfconf @@ -11,22 +11,22 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="debug libnotify thunar" RDEPEND="x11-libs/libX11 x11-libs/libSM >=x11-libs/libwnck-2.22:1 - >=dev-libs/glib-2.18:2 + >=dev-libs/glib-2.18 >=x11-libs/gtk+-2.14:2 >=xfce-base/libxfce4util-4.8 >=xfce-base/libxfce4ui-4.8 >=xfce-base/garcon-0.1.5 >=xfce-base/xfconf-4.8 - libnotify? ( >=x11-libs/libnotify-0.4 ) + libnotify? ( >=x11-libs/libnotify-0.7 ) thunar? ( >=xfce-base/exo-0.6 >=xfce-base/thunar-1.2[dbus] - >=dev-libs/dbus-glib-0.88 )" #388407 + >=dev-libs/dbus-glib-0.90 )" #388407 DEPEND="${RDEPEND} dev-util/intltool dev-util/pkgconfig |