summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-09-28 07:16:02 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-09-28 07:16:02 +0000
commitb76c7b6e820522066f118ffb686809652d3cb68e (patch)
treed2d17a93c104e1ab7d5dd986f1cbcab93dda64e3 /xfce-base
parentppc64 stable wrt #333627 (diff)
downloadgentoo-2-b76c7b6e820522066f118ffb686809652d3cb68e.tar.gz
gentoo-2-b76c7b6e820522066f118ffb686809652d3cb68e.tar.bz2
gentoo-2-b76c7b6e820522066f118ffb686809652d3cb68e.zip
Keyword ~ppc64 wrt #334273
(Portage version: 2.2_rc87/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r--xfce-base/tumbler/ChangeLog5
-rw-r--r--xfce-base/tumbler/tumbler-0.1.2.ebuild9
2 files changed, 8 insertions, 6 deletions
diff --git a/xfce-base/tumbler/ChangeLog b/xfce-base/tumbler/ChangeLog
index 58d8a02d843e..21dc81b3ac7c 100644
--- a/xfce-base/tumbler/ChangeLog
+++ b/xfce-base/tumbler/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/tumbler
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/tumbler/ChangeLog,v 1.8 2010/09/18 15:41:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/tumbler/ChangeLog,v 1.9 2010/09/28 07:16:02 ssuominen Exp $
+
+ 28 Sep 2010; Samuli Suominen <ssuominen@gentoo.org> tumbler-0.1.2.ebuild:
+ Keyword ~ppc64 wrt #334273
18 Sep 2010; Raúl Porcel <armin76@gentoo.org> tumbler-0.1.2.ebuild:
Add ~alpha/~ia64/~sparc wrt #334273
diff --git a/xfce-base/tumbler/tumbler-0.1.2.ebuild b/xfce-base/tumbler/tumbler-0.1.2.ebuild
index 9d63413da0b8..84a5c200637b 100644
--- a/xfce-base/tumbler/tumbler-0.1.2.ebuild
+++ b/xfce-base/tumbler/tumbler-0.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/tumbler/tumbler-0.1.2.ebuild,v 1.8 2010/09/18 15:41:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/tumbler/tumbler-0.1.2.ebuild,v 1.9 2010/09/28 07:16:02 ssuominen Exp $
EAPI=3
inherit xfconf
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/0.1/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc64 ~sparc ~x86"
IUSE="debug ffmpeg jpeg pdf"
RDEPEND=">=dev-libs/glib-2.16
@@ -22,14 +22,12 @@ RDEPEND=">=dev-libs/glib-2.16
media-libs/freetype:2
ffmpeg? ( >=media-video/ffmpegthumbnailer-2 )
jpeg? ( virtual/jpeg )
- pdf? ( >=app-text/poppler-0.12.4[cairo] )
- !xfce-extra/thunar-thumbnailers"
+ pdf? ( >=app-text/poppler-0.12.4[cairo] )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
dev-util/intltool"
pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README TODO"
XFCONF="--disable-dependency-tracking
--disable-static
$(use_enable jpeg jpeg-thumbnailer)
@@ -37,4 +35,5 @@ pkg_setup() {
$(use_enable pdf poppler-thumbnailer)
$(xfconf_use_debug)
--with-html-dir=/usr/share/doc/${PF}/html"
+ DOCS="AUTHORS ChangeLog NEWS README TODO"
}