diff options
author | Sam James <sam@gentoo.org> | 2023-08-26 14:30:13 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-26 14:30:13 +0100 |
commit | 010338ff2983c96634819d46755426b407d89145 (patch) | |
tree | 7099d9a8f8687730c5804713531ee0a9ebd88c45 /app-shells/ccsh | |
parent | app-shells/ccsh: Stabilize 0.0.4-r5 x86, #913055 (diff) | |
download | gentoo-010338ff2983c96634819d46755426b407d89145.tar.gz gentoo-010338ff2983c96634819d46755426b407d89145.tar.bz2 gentoo-010338ff2983c96634819d46755426b407d89145.zip |
app-shells/ccsh: Stabilize 0.0.4-r5 sparc, #913055
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-shells/ccsh')
-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 35aa7d574496..92438f82af20 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)" |