1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 20:22:38 +01:00

net-misc/ipcalc: remove unused flag static

This commit is contained in:
2018-05-18 01:00:35 +02:00
parent 1150238722
commit a7e871fadd
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ SRC_URI="https://github.com/nmav/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+geoip +static"
IUSE="+geoip"
S="${WORKDIR}/${MY_PN}-${PV}"