diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:13:11 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-04-13 19:13:11 +0000 |
commit | df86f4489415b357b8c3241322412a6d77c45b22 (patch) | |
tree | 5851ff92f1a867fb4129d079a22dc7ec6e691dcd /dev-util/mono-debugger | |
parent | Move EAPI assignment to top of ebuild, bug 411875. (diff) | |
download | gentoo-2-df86f4489415b357b8c3241322412a6d77c45b22.tar.gz gentoo-2-df86f4489415b357b8c3241322412a6d77c45b22.tar.bz2 gentoo-2-df86f4489415b357b8c3241322412a6d77c45b22.zip |
Move EAPI assignment to top of ebuild, bug 411875.
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/mono-debugger')
-rw-r--r-- | dev-util/mono-debugger/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/mono-debugger/mono-debugger-2.10.ebuild | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/dev-util/mono-debugger/ChangeLog b/dev-util/mono-debugger/ChangeLog index dedaaffd42c6..a77631dfd9c9 100644 --- a/dev-util/mono-debugger/ChangeLog +++ b/dev-util/mono-debugger/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/mono-debugger -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v 1.50 2011/07/08 15:48:37 pacho Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/ChangeLog,v 1.51 2012/04/13 19:13:11 ulm Exp $ + + 13 Apr 2012; Ulrich Müller <ulm@gentoo.org> mono-debugger-2.10.ebuild: + Move EAPI assignment to top of ebuild, bug 411875. 08 Jul 2011; Pacho Ramos <pacho@gentoo.org> -mono-debugger-2.6.3.ebuild, -files/mono-debugger-2.6-respect-cflags.patch, diff --git a/dev-util/mono-debugger/mono-debugger-2.10.ebuild b/dev-util/mono-debugger/mono-debugger-2.10.ebuild index 2ebe021020d2..89f8632cc620 100644 --- a/dev-util/mono-debugger/mono-debugger-2.10.ebuild +++ b/dev-util/mono-debugger/mono-debugger-2.10.ebuild @@ -1,9 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.10.ebuild,v 1.3 2011/05/11 19:29:15 angelos Exp $ - -# bah, tests fail. Needs to be fixed ... -RESTRICT="test" +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-debugger/mono-debugger-2.10.ebuild,v 1.4 2012/04/13 19:13:11 ulm Exp $ EAPI="2" @@ -16,6 +13,8 @@ LICENSE="GPL-2 MIT" SLOT="0" KEYWORDS="-* amd64 x86" IUSE="" +# bah, tests fail. Needs to be fixed ... +RESTRICT="test" #Bundles jay # Binutils is needed for libbfd |