diff options
-rw-r--r-- | xfce-base/xfdesktop/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/xfdesktop/xfdesktop-4.12.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/xfce-base/xfdesktop/ChangeLog b/xfce-base/xfdesktop/ChangeLog index 37159a08407d..74637da05a3b 100644 --- a/xfce-base/xfdesktop/ChangeLog +++ b/xfce-base/xfdesktop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for xfce-base/xfdesktop # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.260 2015/07/11 07:03:50 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/ChangeLog,v 1.261 2015/07/12 09:25:09 jer Exp $ + + 12 Jul 2015; Jeroen Roovers <jer@gentoo.org> xfdesktop-4.12.2.ebuild: + Stable for PPC64 (bug #553500). 11 Jul 2015; Markus Meier <maekke@gentoo.org> xfdesktop-4.12.2.ebuild: arm stable, bug #553500 diff --git a/xfce-base/xfdesktop/xfdesktop-4.12.2.ebuild b/xfce-base/xfdesktop/xfdesktop-4.12.2.ebuild index 86c85b108180..ebdc750813da 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.12.2.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.12.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.12.2.ebuild,v 1.5 2015/07/11 07:03:50 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.12.2.ebuild,v 1.6 2015/07/12 09:25:09 jer Exp $ EAPI=5 inherit xfconf @@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="debug libnotify +thunar" # src/xfdesktop-file-utils.c:#if GLIB_CHECK_VERSION (2, 38, 0) |