diff options
author | Brian Evans <grknight@gentoo.org> | 2019-08-16 09:43:00 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-08-16 10:17:25 -0400 |
commit | 1e420947b668b639bd4e0ee45bfbb0030acb5c72 (patch) | |
tree | 6615b0537f27b4803c51733511ae76b61cee407e /dev-php/maxmind-db-reader | |
parent | dev-php/maxmind-db-reader: Drop old (diff) | |
download | gentoo-1e420947b668b639bd4e0ee45bfbb0030acb5c72.tar.gz gentoo-1e420947b668b639bd4e0ee45bfbb0030acb5c72.tar.bz2 gentoo-1e420947b668b639bd4e0ee45bfbb0030acb5c72.zip |
dev-php/maxmind-db-reader: Fix SRC_URI; Drop 7-0; RESTRICT on USE test
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php/maxmind-db-reader')
-rw-r--r-- | dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild b/dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild index e5bac06988f7..5663a274a2d6 100644 --- a/dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild +++ b/dev-php/maxmind-db-reader/maxmind-db-reader-1.4.1.ebuild @@ -10,18 +10,19 @@ PHP_EXT_S="${S}/ext" PHP_EXT_NAME="maxminddb" PHP_EXT_OPTIONAL_USE="extension" -USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3" +USE_PHP="php5-6 php7-1 php7-2 php7-3" inherit php-ext-source-r3 DESCRIPTION="PHP reader for the MaxMind database format" HOMEPAGE="https://github.com/maxmind/${MY_PN}" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" +SRC_URI="https://github.com/maxmind/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" IUSE="extension test" +RESTRICT="!test? ( test )" DEPEND="extension? ( dev-libs/libmaxminddb )" RDEPEND="${DEPEND}" |