commit:     f8605674724116a194b7e1beca54027d2cb225d4
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Fri May 12 08:35:39 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri May 12 09:19:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8605674

dev-util/odb: use double quotes

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>

 dev-util/odb/odb-2.5.0_beta21_p1.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/dev-util/odb/odb-2.5.0_beta21_p1.ebuild 
b/dev-util/odb/odb-2.5.0_beta21_p1.ebuild
index 90a95eb7e..a6e125bcf 100644
--- a/dev-util/odb/odb-2.5.0_beta21_p1.ebuild
+++ b/dev-util/odb/odb-2.5.0_beta21_p1.ebuild
@@ -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*

Reply via email to