diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-09-07 10:41:39 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-09-07 10:41:39 +0000 |
commit | c57e9536a4c3e742ca0ed4e807f78e553c9ab541 (patch) | |
tree | b605760a3b4c5c30e8d7997179fbcfd7419a172e /net-libs | |
parent | Stable for amd64, wrt bug #434208 (diff) | |
download | gentoo-2-c57e9536a4c3e742ca0ed4e807f78e553c9ab541.tar.gz gentoo-2-c57e9536a4c3e742ca0ed4e807f78e553c9ab541.tar.bz2 gentoo-2-c57e9536a4c3e742ca0ed4e807f78e553c9ab541.zip |
Bump live ebuild to EAPI 4
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/qxmpp/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/qxmpp/qxmpp-9999.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/qxmpp/ChangeLog b/net-libs/qxmpp/ChangeLog index ce3ad0365137..3fa5d6175d7a 100644 --- a/net-libs/qxmpp/ChangeLog +++ b/net-libs/qxmpp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/qxmpp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/qxmpp/ChangeLog,v 1.17 2012/09/04 16:37:47 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/qxmpp/ChangeLog,v 1.18 2012/09/07 10:41:39 pinkbyte Exp $ + + 07 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> qxmpp-9999.ebuild: + Bump live ebuild to EAPI 4 04 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> qxmpp-9999.ebuild: Remove extras USE flag from IUSE diff --git a/net-libs/qxmpp/qxmpp-9999.ebuild b/net-libs/qxmpp/qxmpp-9999.ebuild index 48dcc98cb2fc..e121dd401030 100644 --- a/net-libs/qxmpp/qxmpp-9999.ebuild +++ b/net-libs/qxmpp/qxmpp-9999.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/qxmpp/qxmpp-9999.ebuild,v 1.4 2012/09/04 16:37:47 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/qxmpp/qxmpp-9999.ebuild,v 1.5 2012/09/07 10:41:39 pinkbyte Exp $ -EAPI=3 +EAPI=4 EGIT_REPO_URI="https://code.google.com/p/qxmpp" @@ -17,8 +17,8 @@ KEYWORDS="" IUSE="debug" DEPEND="x11-libs/qt-core:4 - x11-libs/qt-gui:4 - media-libs/speex" + x11-libs/qt-gui:4 + media-libs/speex" RDEPEND="${DEPEND}" src_configure(){ |