diff options
author | Brian Evans <grknight@gentoo.org> | 2020-12-10 15:57:11 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-12-10 15:57:11 -0500 |
commit | e21a907e02d119c49196b7a350e44269d92ce6fa (patch) | |
tree | 64e03f1705ee35607e9438f22b5bd99eaf8fd8bc /dev-php | |
parent | gnustep-base/gnustep-gui: fix compilation with dev-libs/icu-68 (diff) | |
download | gentoo-e21a907e02d119c49196b7a350e44269d92ce6fa.tar.gz gentoo-e21a907e02d119c49196b7a350e44269d92ce6fa.tar.bz2 gentoo-e21a907e02d119c49196b7a350e44269d92ce6fa.zip |
dev-php/agavi: Modify xmlrpc default to silence warning
This package is abandoned upstream since 2016.
Consideration for cleaning may come soon
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/agavi/agavi-1.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/agavi/agavi-1.0.8.ebuild b/dev-php/agavi/agavi-1.0.8.ebuild index 3edb056ec787..3b7ac5c7ebea 100644 --- a/dev-php/agavi/agavi-1.0.8.ebuild +++ b/dev-php/agavi/agavi-1.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="examples +executable iconv session soap xmlrpc" -RDEPEND="dev-lang/php[iconv?,session?,soap?,xml,xmlrpc?] +RDEPEND="dev-lang/php[iconv?,session?,soap?,xml,xmlrpc(-)?] executable? ( dev-php/phing )" DOCS=( |