diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-06 10:25:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-06 10:25:49 +0000 |
commit | 32ae01e28f163dbb6d4fcd7d804643f6751beb06 (patch) | |
tree | 1b075f455aafaac4685817b7040f11afcc8e3c9c /xfce-base/libxfce4util | |
parent | Add /etc/emacs to the lisp load-path; change from 13 Dec 2011 backported (diff) | |
download | historical-32ae01e28f163dbb6d4fcd7d804643f6751beb06.tar.gz historical-32ae01e28f163dbb6d4fcd7d804643f6751beb06.tar.bz2 historical-32ae01e28f163dbb6d4fcd7d804643f6751beb06.zip |
ppc/ppc64 stable wrt #386963
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild | 13 |
2 files changed, 13 insertions, 8 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 6f529c43ef57..b3df47757480 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/libxfce4util -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.166 2011/11/26 17:52:00 armin76 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.167 2012/01/06 10:25:49 ssuominen Exp $ + + 06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> + libxfce4util-4.8.2.ebuild: + ppc/ppc64 stable wrt #386963 26 Nov 2011; Raúl Porcel <armin76@gentoo.org> libxfce4util-4.8.2.ebuild: alpha/ia64/sh/sparc stable wrt #386963 diff --git a/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild b/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild index bbe79d14338e..631e83f6e147 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild @@ -1,20 +1,20 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.6 2011/11/26 17:52:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.2.ebuild,v 1.7 2012/01/06 10:25:49 ssuominen Exp $ EAPI=4 inherit xfconf DESCRIPTION="Xfce's basic utilities library" HOMEPAGE="http://www.xfce.org/projects/libraries/" -SRC_URI="mirror://xfce/src/xfce/${PN}/4.8/${P}.tar.bz2" +SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="LGPL-2" 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" +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:2" +RDEPEND=">=dev-libs/glib-2.12" DEPEND="${RDEPEND} dev-util/intltool dev-util/pkgconfig @@ -26,7 +26,8 @@ pkg_setup() { $(xfconf_use_debug) --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html ) - [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857 + + [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857 DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) } |