Diff xflux-20130927-r2 with a xflux-20170103-r1

/usr/portage/x11-misc/xflux/xflux-20170103-r1.ebuild 2023-10-09 14:52:35.952368513 +0300
5 5

  
6 6
DESCRIPTION="Makes the color of your computer's display adapt to the time of the day"
7 7
HOMEPAGE="https://justgetflux.com/"
8
SRC_URI="
9
	amd64? ( https://justgetflux.com/linux/${PN}64.tgz -> ${PN}64-${PV}.tar.gz )
10
	x86? ( https://justgetflux.com/linux/${PN}-pre.tgz -> ${P}.tar.gz )
11
"
8
SRC_URI="https://justgetflux.com/linux/${PN}12.tgz -> ${PN}12-${PV}.tar.gz"
12 9
S="${WORKDIR}"
13 10

  
14
KEYWORDS="-* amd64 x86"
11
KEYWORDS="-* amd64"
15 12
LICENSE="f.lux"
16 13
SLOT="0"
17 14

  
......
27 24
QA_PREBUILT="usr/bin/xflux"
28 25

  
29 26
src_install() {
30
	dobin xflux
27
	newbin xflux12 xflux
31 28
}
Thank you!