diff options
author | 2012-08-20 02:53:45 +0000 | |
---|---|---|
committer | 2012-08-20 02:53:45 +0000 | |
commit | 1c22f5ca01a2c0147a53f99cc4fa57306b1e80f4 (patch) | |
tree | 793e6eef0c0fd61904b70ab62f754cf114e11d3a | |
parent | Stable for HPPA (bug #431844). (diff) | |
download | gentoo-2-1c22f5ca01a2c0147a53f99cc4fa57306b1e80f4.tar.gz gentoo-2-1c22f5ca01a2c0147a53f99cc4fa57306b1e80f4.tar.bz2 gentoo-2-1c22f5ca01a2c0147a53f99cc4fa57306b1e80f4.zip |
added prefix keywords
(Portage version: 2.2.0_alpha121/cvs/Linux i686)
-rw-r--r-- | dev-lang/mono/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/mono/mono-2.11.1.ebuild | 14 |
2 files changed, 11 insertions, 8 deletions
diff --git a/dev-lang/mono/ChangeLog b/dev-lang/mono/ChangeLog index a3c04c3b6e4e..7ef449b37c57 100644 --- a/dev-lang/mono/ChangeLog +++ b/dev-lang/mono/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/mono # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.244 2012/08/18 12:28:43 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/ChangeLog,v 1.245 2012/08/20 02:53:45 ottxor Exp $ + + 20 Aug 2012; Christoph Junghans <ottxor@gentoo.org> mono-2.11.1.ebuild: + added prefix keywords 18 Aug 2012; Michael Weber <xmw@gentoo.org> mono-2.10.8.ebuild: ppc stable (bug 407701) diff --git a/dev-lang/mono/mono-2.11.1.ebuild b/dev-lang/mono/mono-2.11.1.ebuild index 3326b1a0d4c2..5c146c07cd00 100644 --- a/dev-lang/mono/mono-2.11.1.ebuild +++ b/dev-lang/mono/mono-2.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.11.1.ebuild,v 1.1 2012/05/10 18:47:12 ali_bush Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mono/mono-2.11.1.ebuild,v 1.2 2012/08/20 02:53:45 ottxor Exp $ EAPI="4" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.mono-project.com/Main_Page" LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux" IUSE="minimal pax_kernel xen" @@ -136,7 +136,7 @@ pkg_preinst() { local symlink local NUNIT_DIR="/usr/$(get_libdir)/mono/nunit" local pv_atom - if [[ "$(readlink "${ROOT}"/${NUNIT_DIR})" == *"mono-nunit"* ]] + if [[ "$(readlink "${EROOT}"/${NUNIT_DIR})" == *"mono-nunit"* ]] then for pv_atom in 2.2{,-r1,-r2,-r3,-r4} '2.4_pre*' '2.4_rc*' 2.4 do @@ -146,10 +146,10 @@ pkg_preinst() { einfo "be advised that this is a known problem, which will now be fixed:" ebegin "Found broken symlinks created by $(best_version dev-lang/mono), fixing" for symlink in \ - "${ROOT}/${NUNIT_DIR}" \ - "${ROOT}/usr/$(get_libdir)/pkgconfig/nunit.pc" \ - "${ROOT}/usr/bin/nunit-console" \ - "${ROOT}/usr/bin/nunit-console2" + "${EROOT}/${NUNIT_DIR}" \ + "${EROOT}/usr/$(get_libdir)/pkgconfig/nunit.pc" \ + "${EROOT}/usr/bin/nunit-console" \ + "${EROOT}/usr/bin/nunit-console2" do if [[ -L "${symlink}" ]] then |