summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2014-01-18 01:24:44 +0000
committerRyan Hill <dirtyepic@gentoo.org>2014-01-18 01:24:44 +0000
commit4276d8781b801cdd30173007ddec670948b7e6bf (patch)
treeb0ac4c872abb44ef4688da2b7353e68ef7acfd1e /dev-python/wxpython
parentAdd arm64 love. (diff)
downloadgentoo-2-4276d8781b801cdd30173007ddec670948b7e6bf.tar.gz
gentoo-2-4276d8781b801cdd30173007ddec670948b7e6bf.tar.bz2
gentoo-2-4276d8781b801cdd30173007ddec670948b7e6bf.zip
Add libnotify USE flag to force a rebuild if the corresponding wxGTK flag
changes (bug #498068). Signed-off-by: Ryan Hill <dirtyepic@gentoo.org> (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r--dev-python/wxpython/ChangeLog8
-rw-r--r--dev-python/wxpython/wxpython-3.0.0.0.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/wxpython/ChangeLog b/dev-python/wxpython/ChangeLog
index 25ee058edaa4..3027cd5e1594 100644
--- a/dev-python/wxpython/ChangeLog
+++ b/dev-python/wxpython/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/wxpython
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.195 2013/12/30 09:28:44 dirtyepic Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/ChangeLog,v 1.196 2014/01/18 01:24:44 dirtyepic Exp $
+
+ 18 Jan 2014; Ryan Hill <dirtyepic@gentoo.org> wxpython-3.0.0.0.ebuild:
+ Add libnotify USE flag to force a rebuild if the corresponding wxGTK flag
+ changes (bug #498068).
*wxpython-3.0.0.0 (30 Dec 2013)
diff --git a/dev-python/wxpython/wxpython-3.0.0.0.ebuild b/dev-python/wxpython/wxpython-3.0.0.0.ebuild
index 698cc0cd7c17..13e973cac139 100644
--- a/dev-python/wxpython/wxpython-3.0.0.0.ebuild
+++ b/dev-python/wxpython/wxpython-3.0.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-3.0.0.0.ebuild,v 1.1 2013/12/30 09:28:44 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wxpython/wxpython-3.0.0.0.ebuild,v 1.2 2014/01/18 01:24:44 dirtyepic Exp $
EAPI=5
@@ -20,11 +20,11 @@ SRC_URI="
LICENSE="wxWinLL-3"
SLOT="3.0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="cairo examples opengl"
+IUSE="cairo examples libnotify opengl"
RDEPEND="
dev-lang/python-exec:2[${PYTHON_USEDEP}]
- >=x11-libs/wxGTK-${PV}:${WX_GTK_VER}=[opengl?,tiff,X]
+ >=x11-libs/wxGTK-${PV}:${WX_GTK_VER}=[libnotify=,opengl?,tiff,X]
dev-libs/glib:2
dev-python/setuptools[${PYTHON_USEDEP}]
media-libs/libpng:0=