dev-util/odb: use double quotes

Signed-off-by: Matt Jolly <Matt.Jolly@footclan.ninja>
This commit is contained in:
Matt Jolly
2023-05-12 18:35:39 +10:00
parent 3bf88dd8bc
commit f860567472

View File

@@ -8,16 +8,16 @@ MY_P="${PN}-$(ver_cut 1-3)-b.$(ver_cut 5)+$(ver_cut 7)"
inherit build2
SRC_URI="https://pkg.cppget.org/1/beta/${PN}/${MY_P}.tar.gz"
KEYWORDS='~amd64 ~x86'
DESCRIPTION='ODB compiler and the ODB system documentation'
HOMEPAGE='https://www.codesynthesis.com/products/odb/'
LICENSE='GPL-3'
KEYWORDS="~amd64 ~x86"
DESCRIPTION="ODB compiler and the ODB system documentation"
HOMEPAGE="https://www.codesynthesis.com/products/odb/"
LICENSE="GPL-3"
SLOT='0'
IUSE='test'
RESTRICT='!test? ( test )'
SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND='=dev-cpp/libcutl-1.11.0*'
RDEPEND="=dev-cpp/libcutl-1.11.0*"
BDEPEND="
=dev-cpp/libstudxml-1.1.0*