diff options
author | 2023-08-26 14:30:12 +0100 | |
---|---|---|
committer | 2023-08-26 14:30:12 +0100 | |
commit | d77eca39ece2cfdc58eab0136d5f29075dd1d175 (patch) | |
tree | 26b82acf70173bf8db5def9b5ca1e15784ca5125 /app-shells | |
parent | app-shells/ccsh: Stabilize 0.0.4-r5 ppc, #913055 (diff) | |
download | gentoo-d77eca39ece2cfdc58eab0136d5f29075dd1d175.tar.gz gentoo-d77eca39ece2cfdc58eab0136d5f29075dd1d175.tar.bz2 gentoo-d77eca39ece2cfdc58eab0136d5f29075dd1d175.zip |
app-shells/ccsh: Stabilize 0.0.4-r5 x86, #913055
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/ccsh/ccsh-0.0.4-r5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/ccsh/ccsh-0.0.4-r5.ebuild b/app-shells/ccsh/ccsh-0.0.4-r5.ebuild index fbd06831cf48..35aa7d574496 100644 --- a/app-shells/ccsh/ccsh-0.0.4-r5.ebuild +++ b/app-shells/ccsh/ccsh-0.0.4-r5.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/ccsh/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ppc ~ppc64 ~sparc x86" src_compile() { emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" |