fixed spyc-9999

This commit is contained in:
tastytea 2018-06-22 11:08:22 +02:00
parent dfbde0ae8c
commit a6b04ca0bf
Signed by untrusted user: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 2 additions and 3 deletions

View File

@ -14,8 +14,7 @@ LICENSE="MIT"
SLOT="0"
IUSE=""
RDEPEND=">=dev-lang/php-7.1.18
>=dev-php/fedora-autoloader-0.2.1"
RDEPEND=">=dev-lang/php-7.1.18"
DEPEND="${RDEPEND}"
src_unpack() {
@ -24,6 +23,6 @@ src_unpack() {
src_install() {
insinto "/usr/share/php/spyc"
doins Spyc.php "${FILESDIR}"/autoload.php
doins Spyc.php
dodoc README.md
}