diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-01-25 21:24:54 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-01-25 21:24:54 +0000 |
commit | 4110f891f521e03745f6703ee8497bbb4aab264b (patch) | |
tree | 711d3eedc5c6bb58dc5a2de8ddb1348228ee7b35 /dev-dotnet | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-4110f891f521e03745f6703ee8497bbb4aab264b.tar.gz gentoo-2-4110f891f521e03745f6703ee8497bbb4aab264b.tar.bz2 gentoo-2-4110f891f521e03745f6703ee8497bbb4aab264b.zip |
Add ~amd64 as it works fine for me.
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/monocalendar/ChangeLog | 7 | ||||
-rw-r--r-- | dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-dotnet/monocalendar/ChangeLog b/dev-dotnet/monocalendar/ChangeLog index 64600ed1c845..419ee0e83798 100644 --- a/dev-dotnet/monocalendar/ChangeLog +++ b/dev-dotnet/monocalendar/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-dotnet/monocalendar -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monocalendar/ChangeLog,v 1.3 2007/11/22 16:46:13 cardoe Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monocalendar/ChangeLog,v 1.4 2011/01/25 21:24:54 pacho Exp $ + + 25 Jan 2011; Pacho Ramos <pacho@gentoo.org> monocalendar-0.7.2.ebuild: + Add ~amd64 as it works fine for me. 22 Nov 2007; Doug Klima <cardoe@gentoo.org> metadata.xml: Add DOCTYPE to metadata for validation diff --git a/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild b/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild index 7468fb37b4fa..bae1a05b0ac6 100644 --- a/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild +++ b/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild,v 1.2 2007/07/27 07:07:02 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/monocalendar/monocalendar-0.7.2.ebuild,v 1.3 2011/01/25 21:24:54 pacho Exp $ inherit mono eutils @@ -12,13 +12,14 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}-source-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" +IUSE="" DEPEND=">=dev-lang/mono-1.2.1" RDEPEND="${DEPEND}" src_compile() { - cd ${S}/bin/Release/ + cd "${S}"/bin/Release/ emake || die "emake failed" } |