diff options
author | 2015-04-22 08:36:21 +0000 | |
---|---|---|
committer | 2015-04-22 08:36:21 +0000 | |
commit | e761e7682016403f4e1648099767babc28b007e0 (patch) | |
tree | 58d252c43d9fa5f4dcad89c8dd1b644852c4a151 /net-irc/quassel | |
parent | Gentoo git overlays server hostname has been changed (diff) | |
download | gentoo-2-e761e7682016403f4e1648099767babc28b007e0.tar.gz gentoo-2-e761e7682016403f4e1648099767babc28b007e0.tar.bz2 gentoo-2-e761e7682016403f4e1648099767babc28b007e0.zip |
Remove bogus required_use forcing phonon
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-irc/quassel')
-rw-r--r-- | net-irc/quassel/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/quassel/quassel-0.12.0.ebuild | 4 | ||||
-rw-r--r-- | net-irc/quassel/quassel-0.12.1.ebuild | 4 | ||||
-rw-r--r-- | net-irc/quassel/quassel-9999.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/net-irc/quassel/ChangeLog b/net-irc/quassel/ChangeLog index e1465f1dd30e..6c0f53f4aeec 100644 --- a/net-irc/quassel/ChangeLog +++ b/net-irc/quassel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/quassel # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.202 2015/04/22 03:54:11 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/ChangeLog,v 1.203 2015/04/22 08:36:21 patrick Exp $ + + 22 Apr 2015; Patrick Lauer <patrick@gentoo.org> quassel-0.12.0.ebuild, + quassel-0.12.1.ebuild, quassel-9999.ebuild: + Remove bogus required_use forcing phonon *quassel-0.12.1 (22 Apr 2015) diff --git a/net-irc/quassel/quassel-0.12.0.ebuild b/net-irc/quassel/quassel-0.12.0.ebuild index 04a88d56939d..d1882b1ab6a5 100644 --- a/net-irc/quassel/quassel-0.12.0.ebuild +++ b/net-irc/quassel/quassel-0.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.12.0.ebuild,v 1.1 2015/04/20 03:02:39 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.12.0.ebuild,v 1.2 2015/04/22 08:36:21 patrick Exp $ EAPI=5 @@ -105,7 +105,7 @@ REQUIRED_USE=" kde? ( || ( X monolithic ) ) phonon? ( || ( X monolithic ) ) postgres? ( || ( server monolithic ) ) - qt5? ( !ayatana phonon ) + qt5? ( !ayatana ) syslog? ( || ( server monolithic ) ) webkit? ( || ( X monolithic ) ) " diff --git a/net-irc/quassel/quassel-0.12.1.ebuild b/net-irc/quassel/quassel-0.12.1.ebuild index ba642dc8e5f5..f03c149de6fa 100644 --- a/net-irc/quassel/quassel-0.12.1.ebuild +++ b/net-irc/quassel/quassel-0.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.12.1.ebuild,v 1.1 2015/04/22 03:54:11 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-0.12.1.ebuild,v 1.2 2015/04/22 08:36:21 patrick Exp $ EAPI=5 @@ -105,7 +105,7 @@ REQUIRED_USE=" kde? ( || ( X monolithic ) ) phonon? ( || ( X monolithic ) ) postgres? ( || ( server monolithic ) ) - qt5? ( !ayatana phonon ) + qt5? ( !ayatana ) syslog? ( || ( server monolithic ) ) webkit? ( || ( X monolithic ) ) " diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index e83e615ee48a..3175927e7950 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.81 2015/04/11 16:36:59 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/quassel/quassel-9999.ebuild,v 1.82 2015/04/22 08:36:21 patrick Exp $ EAPI=5 @@ -107,7 +107,7 @@ REQUIRED_USE=" kde? ( || ( X monolithic ) ) phonon? ( || ( X monolithic ) ) postgres? ( || ( server monolithic ) ) - qt5? ( !ayatana phonon ) + qt5? ( !ayatana ) syslog? ( || ( server monolithic ) ) webkit? ( || ( X monolithic ) ) " |