summaryrefslogtreecommitdiff
path: root/dev-php
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-05-05 21:03:09 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-05-05 21:03:09 +0000
commit4e0fdaed4cdd6acc8a8b436e10f21c732a0bcf01 (patch)
tree4feb69bdf4479085422af0cc1dee53962b9e69c8 /dev-php
parent68b5e8f7d6e06e6bcc7cfd4f6f8ca5bcd32aac83 (diff)
downloadbaldeagleos-repo-4e0fdaed4cdd6acc8a8b436e10f21c732a0bcf01.tar.gz
baldeagleos-repo-4e0fdaed4cdd6acc8a8b436e10f21c732a0bcf01.tar.xz
baldeagleos-repo-4e0fdaed4cdd6acc8a8b436e10f21c732a0bcf01.zip
Adding metadata
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/maxmind-db-reader/maxmind-db-reader-1.11.1.ebuild2
-rw-r--r--dev-php/pecl-uploadprogress/pecl-uploadprogress-2.0.2-r1.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/maxmind-db-reader/maxmind-db-reader-1.11.1.ebuild b/dev-php/maxmind-db-reader/maxmind-db-reader-1.11.1.ebuild
index 4486a2880177..1c8ee77c1c80 100644
--- a/dev-php/maxmind-db-reader/maxmind-db-reader-1.11.1.ebuild
+++ b/dev-php/maxmind-db-reader/maxmind-db-reader-1.11.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="https://github.com/maxmind/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.ta
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="extension test"
RESTRICT="!test? ( test )"
diff --git a/dev-php/pecl-uploadprogress/pecl-uploadprogress-2.0.2-r1.ebuild b/dev-php/pecl-uploadprogress/pecl-uploadprogress-2.0.2-r1.ebuild
index 0c9d9f1e1d73..8f0ce73861dc 100644
--- a/dev-php/pecl-uploadprogress/pecl-uploadprogress-2.0.2-r1.ebuild
+++ b/dev-php/pecl-uploadprogress/pecl-uploadprogress-2.0.2-r1.ebuild
@@ -11,7 +11,7 @@ inherit php-ext-pecl-r3
DESCRIPTION="An extension to track progress of a file upload"
LICENSE="PHP-3.01"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="examples"
PATCHES=( "${FILESDIR}/php-debug-testfix.patch" )