diff options
author | Sam James <sam@gentoo.org> | 2023-06-30 14:26:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-30 14:26:42 +0100 |
commit | 16f50e93081b64d4c70272fd733ae2f254840c49 (patch) | |
tree | 66f6c86049007327377f9941776ea28e5635a1d7 /dev-php/pecl-dbase | |
parent | dev-ml/jane-street-headers: drop blank DEPEND/RDEPEND (diff) | |
download | gentoo-16f50e93081b64d4c70272fd733ae2f254840c49.tar.gz gentoo-16f50e93081b64d4c70272fd733ae2f254840c49.tar.bz2 gentoo-16f50e93081b64d4c70272fd733ae2f254840c49.zip |
dev-php/pecl-dbase: drop blank DEPEND/RDEPEND
This makes it hard to grep for actual mistakes like DEPEND=DEPEND.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php/pecl-dbase')
-rw-r--r-- | dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild b/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild index 12af13520d4a..adce76cda652 100644 --- a/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild +++ b/dev-php/pecl-dbase/pecl-dbase-7.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -10,9 +10,6 @@ inherit php-ext-pecl-r3 KEYWORDS="~amd64 ~x86" DESCRIPTION="dBase database file access functions" + LICENSE="PHP-3.01" SLOT="7" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" |