mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-radio/cqrlog: add missing optfeature inherit, style
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -8,24 +8,26 @@ inherit optfeature
|
||||
DESCRIPTION="CQRLOG is an advanced ham radio logger based on MySQL database"
|
||||
HOMEPAGE="https://www.cqrlog.com/ https://github.com/ok2cqr/cqrlog"
|
||||
SRC_URI="https://github.com/ok2cqr/cqrlog/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
LICENSE="GPL-2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=dev-lang/lazarus-1.8.0
|
||||
>=dev-lang/fpc-3.0.2"
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
virtual/mysql[server]
|
||||
DEPEND="
|
||||
>=dev-lang/lazarus-1.8.0
|
||||
>=dev-lang/fpc-3.0.2
|
||||
"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
dev-libs/atk
|
||||
dev-libs/glib
|
||||
virtual/mysql[server]
|
||||
x11-libs/cairo
|
||||
x11-libs/gdk-pixbuf
|
||||
x11-libs/gtk+
|
||||
x11-libs/libX11
|
||||
x11-libs/pango"
|
||||
x11-libs/pango
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-makefile.patch"
|
||||
|
||||
Reference in New Issue
Block a user