Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 556332
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +5 lines)
Line  Link Here
0
-- /usr/portage/x11-misc/zim/zim-0.62.ebuild   2014-10-04 12:35:15.000000000 +0400
0
++ zim-0.63.ebuild     2015-07-30 20:15:07.138931335 +0400
Lines 1-6 Link Here
1
# Copyright 1999-2014 Gentoo Foundation
1
# Copyright 1999-2015 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/x11-misc/zim/zim-0.62.ebuild,v 1.1 2014/10/04 08:35:15 jer Exp $
3
# $Header: 
4
4
5
EAPI=5
5
EAPI=5
6
6
Lines 19-25 Link Here
19
KEYWORDS="~amd64 ~x86"
19
KEYWORDS="~amd64 ~x86"
20
IUSE="test"
20
IUSE="test"
21
21
22
RDEPEND="dev-python/pygtk[${PYTHON_USEDEP}]"
22
RDEPEND="dev-python/pygtk[${PYTHON_USEDEP}]
23
       dev-python/pygobject:2[${PYTHON_USEDEP}]"
23
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}
24
       x11-misc/xdg-utils
25
       x11-misc/xdg-utils
25
       test? (
26
       test? (
Lines 29-35 Link Here
29
30
30
PATCHES=(
31
PATCHES=(
31
       "${FILESDIR}"/${PN}-0.60-remove-ubuntu-theme.patch
32
       "${FILESDIR}"/${PN}-0.60-remove-ubuntu-theme.patch
32
       "${FILESDIR}"/${P}-desktop.patch
33
)
33
)
34
34
35
python_prepare() {
35
python_prepare() {

Return to bug 556332