diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-04-12 08:44:34 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-04-12 08:44:34 +0000 |
commit | 3a8d197f689952e5dc9c34de7e6abdabfa08ca04 (patch) | |
tree | f0186ded8931d5a4e8ce47d14e3cb9467df16b67 /app-leechcraft/lc-vrooby | |
parent | Stable for ppc64, wrt bug #465286 (diff) | |
download | gentoo-2-3a8d197f689952e5dc9c34de7e6abdabfa08ca04.tar.gz gentoo-2-3a8d197f689952e5dc9c34de7e6abdabfa08ca04.tar.bz2 gentoo-2-3a8d197f689952e5dc9c34de7e6abdabfa08ca04.zip |
Bump EAPI to 5. Now both udisks backends can be compiled and used, thanks to 0xd34df00d
(Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-leechcraft/lc-vrooby')
-rw-r--r-- | app-leechcraft/lc-vrooby/ChangeLog | 6 | ||||
-rw-r--r-- | app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/app-leechcraft/lc-vrooby/ChangeLog b/app-leechcraft/lc-vrooby/ChangeLog index 345874edb54d..1ece6e5e8c1d 100644 --- a/app-leechcraft/lc-vrooby/ChangeLog +++ b/app-leechcraft/lc-vrooby/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-leechcraft/lc-vrooby # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog,v 1.1 2013/03/08 22:08:48 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/ChangeLog,v 1.2 2013/04/12 08:44:34 pinkbyte Exp $ + + 12 Apr 2013; Sergey Popov <pinkbyte@gentoo.org> lc-vrooby-9999.ebuild: + Bump EAPI to 5. Now both udisks backends can be compiled and used, thanks to + 0xd34df00d *lc-vrooby-9999 (08 Mar 2013) *lc-vrooby-0.5.90 (08 Mar 2013) diff --git a/app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild b/app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild index a4cab9092c02..29cf91841877 100644 --- a/app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild +++ b/app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild,v 1.1 2013/03/08 22:08:48 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild,v 1.2 2013/04/12 08:44:34 pinkbyte Exp $ -EAPI="4" +EAPI="5" inherit leechcraft @@ -19,7 +19,7 @@ RDEPEND="${DEPEND} udisks2? ( sys-fs/udisks:2 ) " -REQUIRED_USE="^^ ( udisks udisks2 )" +REQUIRED_USE="|| ( udisks udisks2 )" src_configure() { local mycmakeargs=( |