diff options
author | 2010-02-18 21:16:43 +0000 | |
---|---|---|
committer | 2010-02-18 21:16:43 +0000 | |
commit | 8f5db6d3251b97cf1bfc0254b64c1969a00a4830 (patch) | |
tree | 6194d8f4b4cc5fa7b9fb18a5ea110fe601862fa6 /xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9.ebuild | |
parent | Version bump to 0.9.1. import patch is no longer necessary, fixed by upstream. (diff) | |
download | historical-8f5db6d3251b97cf1bfc0254b64c1969a00a4830.tar.gz historical-8f5db6d3251b97cf1bfc0254b64c1969a00a4830.tar.bz2 historical-8f5db6d3251b97cf1bfc0254b64c1969a00a4830.zip |
Remove invalid xmlrpc-c and curl deps wrt #302667, thanks to Martin von Gagern for reporting.
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9.ebuild')
-rw-r--r-- | xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9.ebuild b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9.ebuild index a3f9b739b786..2ab45a99f358 100644 --- a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9.ebuild +++ b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9.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-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9.ebuild,v 1.2 2010/02/12 21:51:07 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9.ebuild,v 1.3 2010/02/18 21:16:43 ssuominen Exp $ EAPI=2 inherit xfconf @@ -12,15 +12,14 @@ SRC_URI="mirror://xfce/src/apps/xfce4-screenshooter/1.7/xfce4-screenshooter-1.7. LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" -IUSE="debug zimagez" +IUSE="debug" RDEPEND=">=x11-libs/gtk+-2.14:2 >=dev-libs/glib-2.16:2 >=net-libs/libsoup-2.26.0 >=xfce-base/xfce4-panel-4.4 >=xfce-base/libxfce4util-4.4 - >=xfce-base/libxfcegui4-4.4 - zimagez? ( dev-libs/xmlrpc-c net-misc/curl )" + >=xfce-base/libxfcegui4-4.4" DEPEND="${RDEPEND} dev-util/pkgconfig" |