diff options
author | Maxim Koltsov <maksbotan@gentoo.org> | 2013-06-17 09:10:42 +0000 |
---|---|---|
committer | Maxim Koltsov <maksbotan@gentoo.org> | 2013-06-17 09:10:42 +0000 |
commit | d32bb4d3500d8e06a80379b2e6d4b4cf399aca5d (patch) | |
tree | 7462d2736b7f66c517d9eee9a8a00c7e2530008b /app-leechcraft/leechcraft-meta | |
parent | Drop kdelibs dependency, add gdb RDEPEND. Thanks to 0xd34df00d. (diff) | |
download | gentoo-2-d32bb4d3500d8e06a80379b2e6d4b4cf399aca5d.tar.gz gentoo-2-d32bb4d3500d8e06a80379b2e6d4b4cf399aca5d.tar.bz2 gentoo-2-d32bb4d3500d8e06a80379b2e6d4b4cf399aca5d.zip |
Drop kde USE flag, thanks to 0xd34df00d.
(Portage version: 2.1.12.4/cvs/Linux x86_64, signed Manifest commit with key F8DBDADE)
Diffstat (limited to 'app-leechcraft/leechcraft-meta')
-rw-r--r-- | app-leechcraft/leechcraft-meta/ChangeLog | 5 | ||||
-rw-r--r-- | app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-leechcraft/leechcraft-meta/ChangeLog b/app-leechcraft/leechcraft-meta/ChangeLog index 6050bb1c6d30..ed3ac9fcb466 100644 --- a/app-leechcraft/leechcraft-meta/ChangeLog +++ b/app-leechcraft/leechcraft-meta/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-leechcraft/leechcraft-meta # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/leechcraft-meta/ChangeLog,v 1.8 2013/06/11 17:50:07 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/leechcraft-meta/ChangeLog,v 1.9 2013/06/17 09:10:42 maksbotan Exp $ + + 17 Jun 2013; Maxim Koltsov <maksbotan@gentoo.org> leechcraft-meta-9999.ebuild: + Drop kde USE flag, thanks to 0xd34df00d. *leechcraft-meta-0.5.97 (11 Jun 2013) diff --git a/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild b/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild index 6138cc5479f3..df36d9efae55 100644 --- a/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild +++ b/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild,v 1.5 2013/05/29 10:52:33 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/leechcraft-meta/leechcraft-meta-9999.ebuild,v 1.6 2013/06/17 09:10:42 maksbotan Exp $ EAPI="4" @@ -10,7 +10,7 @@ HOMEPAGE="http://leechcraft.org/" SLOT="0" KEYWORDS="" LICENSE="GPL-3" -IUSE="kde" +IUSE="" RDEPEND=" ~app-leechcraft/lc-popishu-${PV} @@ -23,7 +23,7 @@ RDEPEND=" ~app-leechcraft/lc-networkmonitor-${PV} ~app-leechcraft/lc-azoth-${PV} ~app-leechcraft/lc-advancednotifications-${PV} - kde? ( ~app-leechcraft/lc-anhero-${PV} ) + ~app-leechcraft/lc-anhero-${PV} ~app-leechcraft/lc-auscrie-${PV} ~app-leechcraft/lc-core-${PV} ~app-leechcraft/lc-cstp-${PV} |