diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-05-04 14:33:39 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-05-04 14:33:39 +0000 |
commit | fb59e3806f7e6f40bea3f79a37814f8cbe19e214 (patch) | |
tree | 601de7a41635cb31ac47826b4becd4db740bb94b /app-crypt | |
parent | Add readme to doc (diff) | |
download | gentoo-2-fb59e3806f7e6f40bea3f79a37814f8cbe19e214.tar.gz gentoo-2-fb59e3806f7e6f40bea3f79a37814f8cbe19e214.tar.bz2 gentoo-2-fb59e3806f7e6f40bea3f79a37814f8cbe19e214.zip |
fix deps
(Portage version: 2.1.2.5)
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/seahorse/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-1.0.1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog index 62e8f38e9ae0..f6204fe3ed28 100644 --- a/app-crypt/seahorse/ChangeLog +++ b/app-crypt/seahorse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/seahorse # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.71 2007/04/30 20:06:06 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.72 2007/05/04 14:33:39 compnerd Exp $ + + 04 May 2007; Saleem Abdulrasool <compnerd@gentoo.org> + seahorse-1.0.1.ebuild: + Add missing dep on gnome-doc-utils 30 Apr 2007; Marius Mauch <genone@gentoo.org> seahorse-1.0.ebuild, seahorse-1.0.1.ebuild: diff --git a/app-crypt/seahorse/seahorse-1.0.1.ebuild b/app-crypt/seahorse/seahorse-1.0.1.ebuild index 77314136b770..759f4c2f0a11 100644 --- a/app-crypt/seahorse/seahorse-1.0.1.ebuild +++ b/app-crypt/seahorse/seahorse-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-1.0.1.ebuild,v 1.2 2007/04/30 20:06:06 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-1.0.1.ebuild,v 1.3 2007/05/04 14:33:39 compnerd Exp $ inherit gnome2 eutils flag-o-matic @@ -41,6 +41,7 @@ RDEPEND=">=gnome-base/libgnome-2.14 nautilus? ( >=gnome-base/nautilus-2.10 )" DEPEND="${RDEPEND} sys-devel/gettext + >=app-text/gnome-doc-utils-0.3.2 >=app-text/scrollkeeper-0.3 >=dev-util/pkgconfig-0.20 >=dev-util/intltool-0.35" |