diff options
author | 2007-04-26 02:36:45 +0000 | |
---|---|---|
committer | 2007-04-26 02:36:45 +0000 | |
commit | 3d85ad82dbb7490dae4c982a316f598c175b43f2 (patch) | |
tree | 6745600eb45d88ac878f73431dde4fbec980443d /x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild | |
parent | Version bump wrt bug #155351. (diff) | |
download | historical-3d85ad82dbb7490dae4c982a316f598c175b43f2.tar.gz historical-3d85ad82dbb7490dae4c982a316f598c175b43f2.tar.bz2 historical-3d85ad82dbb7490dae4c982a316f598c175b43f2.zip |
fixy fixy
Package-Manager: portage-2.1.2.4
Diffstat (limited to 'x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild')
-rw-r--r-- | x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild b/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild index 3e551768f8c8..2566d37a9cad 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 +# Copyright 1999-2007 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.4 2006/12/28 18:02:28 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/tomboy-reminder/tomboy-reminder-0.9.ebuild,v 1.5 2007/04/26 02:36:45 compnerd Exp $ inherit autotools eutils mono @@ -10,7 +10,7 @@ SRC_URI="http://raphael.slinckx.net/files/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-lang/mono-1.0 @@ -23,6 +23,7 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/${PN}-0.9-mcs-to-gmcs.patch + epatch ${FILESDIR}/${PN}-0.9-unicode-regex.patch eautomake } |