Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 276483 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-misc/vidalia/vidalia-0.1.12.ebuild (-4 / +4 lines)
Lines 7-23 Link Here
7
# cmake-utils needs to be last, so we get its src_compile()
7
# cmake-utils needs to be last, so we get its src_compile()
8
8
9
DESCRIPTION="Qt 4 front-end for Tor"
9
DESCRIPTION="Qt 4 front-end for Tor"
10
HOMEPAGE="http://www.vidalia-project.net/"
10
HOMEPAGE="http://www.torproject.org/"
11
SRC_URI="http://www.vidalia-project.net/dist/${P}.tar.gz"
11
SRC_URI="http://www.torproject.org/vidalia/dist/${P}.tar.gz"
12
12
13
LICENSE="|| ( GPL-3 GPL-2 ) openssl"
13
LICENSE="|| ( GPL-3 GPL-2 ) openssl"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
15
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
16
IUSE="debug"
16
IUSE="debug"
17
17
18
DEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3* )
18
DEPEND="x11-libs/qt-gui:4
19
	dev-util/cmake"
19
	dev-util/cmake"
20
RDEPEND="|| ( x11-libs/qt-gui:4 =x11-libs/qt-4.3* )
20
RDEPEND="x11-libs/qt-gui:4
21
	net-misc/tor"
21
	net-misc/tor"
22
22
23
use debug && QT4_BUILT_WITH_USE_CHECK="debug"
23
use debug && QT4_BUILT_WITH_USE_CHECK="debug"

Return to bug 276483