diff options
author | Sam James <sam@gentoo.org> | 2023-07-04 11:12:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-04 11:12:26 +0100 |
commit | d78094ad4a37147f53adc160c305f055a5014542 (patch) | |
tree | 572484e6ae12d30c817a7b72a99a8dc61f6fae83 /dev-php/PEAR-DB | |
parent | dev-php/Text_Template: Stabilize 2.0.4 ALLARCHES, #909624 (diff) | |
download | gentoo-d78094ad4a37147f53adc160c305f055a5014542.tar.gz gentoo-d78094ad4a37147f53adc160c305f055a5014542.tar.bz2 gentoo-d78094ad4a37147f53adc160c305f055a5014542.zip |
dev-php/PEAR-DB: Stabilize 1.11.0 ALLARCHES, #909583
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php/PEAR-DB')
-rw-r--r-- | dev-php/PEAR-DB/PEAR-DB-1.11.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-DB/PEAR-DB-1.11.0.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.11.0.ebuild index 1e96bfe6f5a9..32a55de6cdb9 100644 --- a/dev-php/PEAR-DB/PEAR-DB-1.11.0.ebuild +++ b/dev-php/PEAR-DB/PEAR-DB-1.11.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit php-pear-r2 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86" DESCRIPTION="Database abstraction layer for PHP" LICENSE="PHP-3" |