diff options
author | Sam James <sam@gentoo.org> | 2024-05-05 16:45:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-05 16:45:16 +0100 |
commit | 14e99a97d230a69bed8d369617c65807130ce5a1 (patch) | |
tree | f773c402fdd39a5c325e3dfec823c9eee52de87f /dev-php/maxmind-db-reader | |
parent | dev-php/pecl-uploadprogress: Stabilize 2.0.2-r1 amd64, #931243 (diff) | |
download | gentoo-14e99a97d230a69bed8d369617c65807130ce5a1.tar.gz gentoo-14e99a97d230a69bed8d369617c65807130ce5a1.tar.bz2 gentoo-14e99a97d230a69bed8d369617c65807130ce5a1.zip |
dev-php/maxmind-db-reader: Stabilize 1.11.1 amd64, #931244
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php/maxmind-db-reader')
-rw-r--r-- | dev-php/maxmind-db-reader/maxmind-db-reader-1.11.1.ebuild | 2 |
1 files changed, 1 insertions, 1 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 )" |