diff options
| author | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2020-12-16 00:00:18 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2020-12-16 00:00:18 +0000 |
| commit | c16790af2c9b4cbc38e565d4311252193ff85484 (patch) | |
| tree | 4f43ee770507dee235d6b4f9433d9f807781fcc8 /app-shells | |
| parent | fddf516add4924cfe9d698f116342e30b27d67b8 (diff) | |
| download | baldeagleos-repo-21.1.1.tar.gz baldeagleos-repo-21.1.1.tar.xz baldeagleos-repo-21.1.1.zip | |
Updating liguros repo21.1.1
Diffstat (limited to 'app-shells')
| -rw-r--r-- | app-shells/mksh/mksh-59.ebuild | 2 | ||||
| -rw-r--r-- | app-shells/yash/Manifest | 2 | ||||
| -rw-r--r-- | app-shells/yash/yash-2.50.ebuild | 2 | ||||
| -rw-r--r-- | app-shells/yash/yash-2.51.ebuild (renamed from app-shells/yash/yash-2.49.ebuild) | 5 |
4 files changed, 6 insertions, 5 deletions
diff --git a/app-shells/mksh/mksh-59.ebuild b/app-shells/mksh/mksh-59.ebuild index 6a8b1ff086b9..54863fa2c2a7 100644 --- a/app-shells/mksh/mksh-59.ebuild +++ b/app-shells/mksh/mksh-59.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]] ; then ECVS_AUTH="ext" else SRC_URI="https://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.tgz" - KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="MirBSD Korn Shell" diff --git a/app-shells/yash/Manifest b/app-shells/yash/Manifest index 6bad76bc4d49..57368fb95740 100644 --- a/app-shells/yash/Manifest +++ b/app-shells/yash/Manifest @@ -1,2 +1,2 @@ -DIST yash-2.49.tar.xz 740780 BLAKE2B 61fa2d2ab8a5f672cb21cc39c78f18076a4acd79d84fa2285bb35b03a697a58fa77584e5d66268dedbf69b5b2f2e00a7d2b6f6954ffa37a5e9fee3995851034b SHA512 99d98cfbe09aa746f2707217ecb506d8d5998df4a603ac276a8a67782fdcb3a7bd41fb34744f3834e319b0fdb0b1fd480cf9e2a4b835fec3e758280e13036db5 DIST yash-2.50.tar.xz 739988 BLAKE2B 4d8047150e2326b7c401f79416d87d09c099d4743026ee997e7f49d096cb23de210ded489b348cc9a264ece2fd4778b4f5c5c9999ed7391ab78699ce77ec03e0 SHA512 fc78d61b09f7c81d1d7bd3f4feefa7d4c0de910524759ebcba2b53322abc3f1e0a937007b36a5060af0ee759df210ec06d5eed2c71cf3f7ccd0825521b50edb7 +DIST yash-2.51.tar.xz 753880 BLAKE2B 4c66137eb2abf454c75b50c9d153522136bd835e7c26a305b424b8cf88694fd1dc83d9012efc8e2a611abc25217b34ae1dd36c20e0645204fb349871d23feefa SHA512 53f85f98dfd66c8937db292694da05fb7fdc8d270fc4811d7ec4d2787ab56600eca8e44379ef349755ec5fb739af3b32036a588ac35be810108ccc388be122e6 diff --git a/app-shells/yash/yash-2.50.ebuild b/app-shells/yash/yash-2.50.ebuild index 8d0249caa129..36f4934e54c3 100644 --- a/app-shells/yash/yash-2.50.ebuild +++ b/app-shells/yash/yash-2.50.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge.jp/${PN}/73097/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="nls test" RESTRICT="!test? ( test )" diff --git a/app-shells/yash/yash-2.49.ebuild b/app-shells/yash/yash-2.51.ebuild index 600ce96ffb7d..c89be90cc413 100644 --- a/app-shells/yash/yash-2.49.ebuild +++ b/app-shells/yash/yash-2.51.ebuild @@ -8,11 +8,11 @@ inherit flag-o-matic l10n toolchain-funcs DESCRIPTION="Yash is a POSIX-compliant command line shell" HOMEPAGE="https://yash.osdn.jp/" -SRC_URI="mirror://sourceforge.jp/${PN}/71638/${P}.tar.xz" +SRC_URI="mirror://sourceforge.jp/${PN}/74064/${P}.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="nls test" RESTRICT="!test? ( test )" @@ -27,6 +27,7 @@ src_configure() { sh ./configure \ --prefix="${EPREFIX}"/usr \ + --exec-prefix="${EPREFIX}" \ $(use_enable nls) \ CC=$(tc-getCC) \ LINGUAS="$(l10n_get_locales | sed "s/en/en@quot en@boldquot/")" \ |
