net-misc/fb-client: Revbump to EAPI="8"
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nils Freydank <holgersson@posteo.de>
This commit is contained in:
parent
640e35188d
commit
7605230a65
@ -1 +1 @@
|
||||
DIST fb-client-2.1.1-r1.tar.gz 23026 BLAKE2B 162d11b77c287c4cb5ef0db316d706121009216ed149b1aef248d220d6eed0290a4db10425c314b01a5e357da796c28a06851670db9002136dbd57cb32624c2f SHA512 fbe3a0b34e75bfd6d4d680d4de862c450614925fa7347e3fa0dc4ef6b0cde183f1d263c66b5556063c0902ad4f6fbbe94784f0054ae7e822a2148f8ff4eb2c8c
|
||||
DIST fb-client-2.1.1-r2.tar.gz 23026 BLAKE2B 162d11b77c287c4cb5ef0db316d706121009216ed149b1aef248d220d6eed0290a4db10425c314b01a5e357da796c28a06851670db9002136dbd57cb32624c2f SHA512 fbe3a0b34e75bfd6d4d680d4de862c450614925fa7347e3fa0dc4ef6b0cde183f1d263c66b5556063c0902ad4f6fbbe94784f0054ae7e822a2148f8ff4eb2c8c
|
||||
|
@ -5,7 +5,7 @@ EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
|
||||
inherit eutils python-r1
|
||||
inherit python-r1
|
||||
|
||||
DESCRIPTION="Client for paste.xinu.at"
|
||||
HOMEPAGE="https://paste.xinu.at https://git.server-speed.net/users/flo/fb/"
|
||||
@ -15,13 +15,12 @@ if [[ "${PV}" == *9999 ]]
|
||||
then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://git.server-speed.net/users/flo/fb"
|
||||
KEYWORDS=""
|
||||
else
|
||||
SRC_URI="https://paste.xinu.at/data/client/fb-${PV}.tar.gz -> fb-client-${PVR}.tar.gz"
|
||||
S="${WORKDIR}/fb-${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SLOT="0"
|
||||
IUSE="+clipboard"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
Loading…
Reference in New Issue
Block a user