diff options
author | Sam James <sam@gentoo.org> | 2021-01-07 20:10:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-07 20:11:07 +0000 |
commit | bce65b60df2616a473d6fa1d9bbca5da8a075831 (patch) | |
tree | 6f9ceab6ad0d394a075b43e2f9d382fb2f11e02b /dev-php/phar-io-manifest | |
parent | dev-php/phar-io-version: Stabilize 2.0.1 ALLARCHES, #764362 (diff) | |
download | gentoo-bce65b60df2616a473d6fa1d9bbca5da8a075831.tar.gz gentoo-bce65b60df2616a473d6fa1d9bbca5da8a075831.tar.bz2 gentoo-bce65b60df2616a473d6fa1d9bbca5da8a075831.zip |
dev-php/phar-io-manifest: Stabilize 1.0.3 ALLARCHES, #764362
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-php/phar-io-manifest')
-rw-r--r-- | dev-php/phar-io-manifest/phar-io-manifest-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/phar-io-manifest/phar-io-manifest-1.0.3.ebuild b/dev-php/phar-io-manifest/phar-io-manifest-1.0.3.ebuild index 53576524a259..9074b9e27c38 100644 --- a/dev-php/phar-io-manifest/phar-io-manifest-1.0.3.ebuild +++ b/dev-php/phar-io-manifest/phar-io-manifest-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -9,7 +9,7 @@ SRC_URI="https://github.com/phar-io/manifest/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="examples" S="${WORKDIR}/manifest-${PV}" |