summaryrefslogtreecommitdiff
path: root/app-shells/yash
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /app-shells/yash
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'app-shells/yash')
-rw-r--r--app-shells/yash/Manifest2
-rw-r--r--app-shells/yash/yash-2.52.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/yash/Manifest b/app-shells/yash/Manifest
index 1188f1b520ff..e064bc6af1bb 100644
--- a/app-shells/yash/Manifest
+++ b/app-shells/yash/Manifest
@@ -1,3 +1,3 @@
DIST yash-2.52.tar.xz 755016 BLAKE2B 44c26d310e9bd50a6f381adefedcdf9bcb49998860a8a67e300d31d5a8615d7346e06e7c4ca5e098d7232a0acc112daa2230572939f665db982f187ccd741778 SHA512 1024ff7e3cce6e64cbc0bd5c0d04a9863d0d51013baf07723d09562b156d05dbfe1fc2df5b736cdec5f562c56ad634f865554a1fe5aeeed91ec0d9276667f02a
-EBUILD yash-2.52.ebuild 801 BLAKE2B 2f794c6921576c5e41a9efc2851fccffafa47e446e68195e3753a4b68345284cb6434d5f794f57e352fec2753ac9cab75dd91acc5dcc43877a36f2b8011a6afa SHA512 505ec3684dc302a8e2bf63bbbb8d5075085a68d7880064cc4d6a01551055470754eaa1be6d8822f7d583c90f18bd86625e71de2ebe14118d02ed6a60df9635be
+EBUILD yash-2.52.ebuild 803 BLAKE2B 67bd77fd81ff45f0f1d14cf5f4dc81ca33dc228cc5ac8e78fc4044df8d89f1bb79a5325e666481dbc5bde31fcf194a90413e9e2d35a09f7146c5b12f027403a8 SHA512 2554bb0b62d3e9c52c01d46be3d77bc02315d1113847d49cbcf5ffd9f27a329eca36217c268ba7697d39944b476b27ee3804489e8a91723d9f2f303d5c723581
MISC metadata.xml 1075 BLAKE2B dff6217754d5c5217c62464665b4ad06424e541a96d48109cad2171d8b678eadec5ef6838ca78151c48e072d7a46c0fb5b3b71bb71da8dc1aaedc2c9d567d111 SHA512 c8e612bdb0feae7f3bb498b822f05cfb57eaf2f9d6a2503a5939436285eda1d3984f9658209d895443f5e00fc6e9e15341f854d84034c5a02060039cd6580f8a
diff --git a/app-shells/yash/yash-2.52.ebuild b/app-shells/yash/yash-2.52.ebuild
index 51a06e09d772..38d60a8f944d 100644
--- a/app-shells/yash/yash-2.52.ebuild
+++ b/app-shells/yash/yash-2.52.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -29,7 +29,7 @@ src_configure() {
--prefix="${EPREFIX}"/usr \
--exec-prefix="${EPREFIX}" \
$(use_enable nls) \
- CC=$(tc-getCC) \
+ CC="$(tc-getCC)" \
LINGUAS="$(plocale_get_locales | sed "s/en/en@quot en@boldquot/")" \
|| die
}