diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-12-28 18:02:28 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-12-28 18:02:28 +0000 |
commit | be575a7a03cdd8bafde98ca42e10f4278b9b8ac1 (patch) | |
tree | fbd540e96a30a583fed0bd598a05edc7883ecdd9 /x11-plugins/tomboy-reminder | |
parent | update build deps (diff) | |
download | gentoo-2-be575a7a03cdd8bafde98ca42e10f4278b9b8ac1.tar.gz gentoo-2-be575a7a03cdd8bafde98ca42e10f4278b9b8ac1.tar.bz2 gentoo-2-be575a7a03cdd8bafde98ca42e10f4278b9b8ac1.zip |
fix depends (bug #157802)
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'x11-plugins/tomboy-reminder')
-rw-r--r-- | x11-plugins/tomboy-reminder/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-plugins/tomboy-reminder/ChangeLog b/x11-plugins/tomboy-reminder/ChangeLog index 2ef598d5560e..1efa8dc718e4 100644 --- a/x11-plugins/tomboy-reminder/ChangeLog +++ b/x11-plugins/tomboy-reminder/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/tomboy-reminder # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/tomboy-reminder/ChangeLog,v 1.3 2006/12/21 21:59:01 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/tomboy-reminder/ChangeLog,v 1.4 2006/12/28 18:02:28 compnerd Exp $ + + 28 Dec 2006; Saleem Abdulrasool <compnerd@gentoo.org> + tomboy-reminder-0.9.ebuild: + Fix depends (bug #157802) 21 Dec 2006; Saleem Abdulrasool <compnerd@gentoo.org> +files/tomboy-reminder-0.9-mcs-to-gmcs.patch, tomboy-reminder-0.9.ebuild: diff --git a/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild b/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild index 86ea46c3f37e..3e551768f8c8 100644 --- a/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild +++ b/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild,v 1.3 2006/12/21 21:59:01 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild,v 1.4 2006/12/28 18:02:28 compnerd Exp $ inherit autotools eutils mono @@ -14,7 +14,7 @@ KEYWORDS="~x86" IUSE="" RDEPEND=">=dev-lang/mono-1.0 - >=app-misc/tomboy-0.3.2" + >=app-misc/tomboy-0.5.2" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.19" |