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

Collapse All | Expand All

(-)seahorse-1.0.1.ebuild.org (-1 / +2 lines)
Lines 23-29 RDEPEND=">=gnome-base/libgnome-2.14 Link Here
23
		 >=x11-libs/gtk+-2.10
23
		 >=x11-libs/gtk+-2.10
24
		 >=net-libs/libsoup-2.2
24
		 >=net-libs/libsoup-2.2
25
		 >=dev-libs/libxml2-2.6.0
25
		 >=dev-libs/libxml2-2.6.0
26
		  =app-crypt/gnupg-1.4*
26
		 >=app-crypt/gnupg-1.4
27
		 >=app-crypt/gpgme-1.0.0
27
		 >=app-crypt/gpgme-1.0.0
28
		   net-misc/openssh
28
		   net-misc/openssh
29
		   x11-misc/shared-mime-info
29
		   x11-misc/shared-mime-info
Lines 84-89 src_unpack() { Link Here
84
	gnome2_src_unpack
84
	gnome2_src_unpack
85
	epatch ${FILESDIR}/${PN}-0.9.10-update-mime.patch
85
	epatch ${FILESDIR}/${PN}-0.9.10-update-mime.patch
86
	epatch ${FILESDIR}/${PN}-1.0.1-setuid-agent.patch
86
	epatch ${FILESDIR}/${PN}-1.0.1-setuid-agent.patch
87
	sed -i 's/accepted_versions="1.2 1.4"/accepted_versions="1.2 1.4 2.0"/' configure.in configure
87
}
88
}
88
89
89
src_compile() {
90
src_compile() {

Return to bug 128780