diff options
author | Kristian Fiskerstrand <k_f@gentoo.org> | 2016-08-18 10:54:30 +0200 |
---|---|---|
committer | Kristian Fiskerstrand <k_f@gentoo.org> | 2016-08-18 10:55:20 +0200 |
commit | 4a397e35f52fe44cfb3abb55c0b2d14800a68816 (patch) | |
tree | c563baa232bf3d2d1c6fab34165048b1ca5e0415 /sys-apps/inxi | |
parent | net-print/cups-filters: Bump to version 1.11.1 (diff) | |
download | gentoo-4a397e35f52fe44cfb3abb55c0b2d14800a68816.tar.gz gentoo-4a397e35f52fe44cfb3abb55c0b2d14800a68816.tar.bz2 gentoo-4a397e35f52fe44cfb3abb55c0b2d14800a68816.zip |
sys-apps/inxi: Fix broken build
Proxied commit for jstein
Package-Manager: portage-2.3.0
Diffstat (limited to 'sys-apps/inxi')
-rw-r--r-- | sys-apps/inxi/inxi-2.3.0_p20160807.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/inxi/inxi-2.3.0_p20160807.ebuild b/sys-apps/inxi/inxi-2.3.0_p20160807.ebuild index af46895ea6aa..8bf52b8f1a1f 100644 --- a/sys-apps/inxi/inxi-2.3.0_p20160807.ebuild +++ b/sys-apps/inxi/inxi-2.3.0_p20160807.ebuild @@ -5,6 +5,7 @@ EAPI=6 MY_COMMIT=c2a22b3e2590d896d4b0a8fd298f505cc1d787f5 #because upstream refuses to tag commits with version numbers +MY_SHORTCOMMIT=${MY_COMMIT:0:7} DESCRIPTION="Commandline script to print hardware information for irc and administration." @@ -20,7 +21,7 @@ RDEPEND=">=app-shells/bash-3.0 sys-apps/pciutils " -S="${WORKDIR}/smxi-${PN}-${MY_COMMITID}" +S="${WORKDIR}/smxi-${PN}-${MY_SHORTCOMMIT}" src_install() { dobin ${PN} |