diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-16 18:45:04 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2011-12-16 18:45:04 +0000 |
commit | 0be2399da508e11aa68c85b394eea1128810ecee (patch) | |
tree | 3b3703b21c4814d7cd21b9eef11bf26fafc622d0 /net-misc/leechcraft-qrosp/leechcraft-qrosp-9999.ebuild | |
parent | Bump to eapi4, fix bug 394935 (diff) | |
download | gentoo-2-0be2399da508e11aa68c85b394eea1128810ecee.tar.gz gentoo-2-0be2399da508e11aa68c85b394eea1128810ecee.tar.bz2 gentoo-2-0be2399da508e11aa68c85b394eea1128810ecee.zip |
Bump to eapi4, fix bug 394935
(Portage version: 2.1.10.40/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/leechcraft-qrosp/leechcraft-qrosp-9999.ebuild')
-rw-r--r-- | net-misc/leechcraft-qrosp/leechcraft-qrosp-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/leechcraft-qrosp/leechcraft-qrosp-9999.ebuild b/net-misc/leechcraft-qrosp/leechcraft-qrosp-9999.ebuild index f5d1ca085b57..7641276c2bbc 100644 --- a/net-misc/leechcraft-qrosp/leechcraft-qrosp-9999.ebuild +++ b/net-misc/leechcraft-qrosp/leechcraft-qrosp-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-qrosp/leechcraft-qrosp-9999.ebuild,v 1.1 2011/08/25 15:18:44 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/leechcraft-qrosp/leechcraft-qrosp-9999.ebuild,v 1.2 2011/12/16 18:45:04 maksbotan Exp $ -EAPI="2" +EAPI="4" inherit leechcraft @@ -12,6 +12,6 @@ SLOT="0" KEYWORDS="" IUSE="debug" -DEPEND="=net-misc/leechcraft-core-${PV} +DEPEND="~net-misc/leechcraft-core-${PV} dev-libs/qrosscore" RDEPEND="${DEPEND}" |