aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Höhn <hoehnp@gmx.de>2019-10-18 23:42:30 +0200
committerPatrick Höhn <hoehnp@gmx.de>2019-10-19 01:28:26 +0200
commit34b8eedfdb82cec09174b79c14e3d5221e0c2566 (patch)
tree466dcf840b2e96a1c53ddda546af2bba5237685f /app-shells
parentfix file.empty warning in NoStdLib-NoConfig.patch (diff)
downloaddotnet-34b8eedfdb82cec09174b79c14e3d5221e0c2566.tar.gz
dotnet-34b8eedfdb82cec09174b79c14e3d5221e0c2566.tar.bz2
dotnet-34b8eedfdb82cec09174b79c14e3d5221e0c2566.zip
fixed warning about unsorted keywords
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/pash/pash-0.0-r20150618.ebuild2
-rw-r--r--app-shells/pash/pash-0.0_p2016060606.ebuild3
2 files changed, 2 insertions, 3 deletions
diff --git a/app-shells/pash/pash-0.0-r20150618.ebuild b/app-shells/pash/pash-0.0-r20150618.ebuild
index d5a778c..2f40be5 100644
--- a/app-shells/pash/pash-0.0-r20150618.ebuild
+++ b/app-shells/pash/pash-0.0-r20150618.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/Pash-Project/${PROJECTNAME}"
EGIT_COMMIT="33ffa8c6172175e678310598adcc261a4e3b22a0"
SRC_URI="${HOMEPAGE}/archive/${EGIT_COMMIT}.zip -> ${P}-${PR}.zip"
-KEYWORDS="~x86 ~amd64 ~ppc"
+KEYWORDS="~amd64 ~ppc ~x86"
DEPEND="|| ( >=dev-lang/mono-3.12.0 <dev-lang/mono-9999 )"
RDEPEND="${DEPEND}"
diff --git a/app-shells/pash/pash-0.0_p2016060606.ebuild b/app-shells/pash/pash-0.0_p2016060606.ebuild
index 0412c88..41efd1f 100644
--- a/app-shells/pash/pash-0.0_p2016060606.ebuild
+++ b/app-shells/pash/pash-0.0_p2016060606.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
-KEYWORDS="~x86 ~amd64 ~ppc"
+KEYWORDS="~amd64 ~ppc ~x86"
RESTRICT="mirror"
SLOT="0"
@@ -112,4 +112,3 @@ src_install() {
make_wrapper pash "mono ${SLOTTEDDIR}/Pash.exe"
fi
}
-