diff options
Diffstat (limited to 'virtual/gsasl/gsasl-2.ebuild')
-rw-r--r-- | virtual/gsasl/gsasl-2.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/virtual/gsasl/gsasl-2.ebuild b/virtual/gsasl/gsasl-2.ebuild index 363b36d9bde3..5af0f246223e 100644 --- a/virtual/gsasl/gsasl-2.ebuild +++ b/virtual/gsasl/gsasl-2.ebuild @@ -1,17 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="2" +EAPI=5 DESCRIPTION="Virtual for the GNU SASL library" -HOMEPAGE="" -SRC_URI="" - -LICENSE="" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos" -IUSE="" -DEPEND="|| ( net-libs/libgsasl net-misc/gsasl )" -RDEPEND="${DEPEND}" +RDEPEND="|| ( net-libs/libgsasl net-misc/gsasl )" |