summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <rhill@gentoo.org>2014-01-18 01:24:51 +0000
committerRyan Hill <rhill@gentoo.org>2014-01-18 01:24:51 +0000
commit29f723bee28034820480103fa39d96fb2d44a9a5 (patch)
treea328132318382f5c36d25e872089877f2544f7aa /dev-python/wxpython/wxpython-3.0.0.0.ebuild
parentAdd arm64 love. (diff)
downloadhistorical-29f723bee28034820480103fa39d96fb2d44a9a5.tar.gz
historical-29f723bee28034820480103fa39d96fb2d44a9a5.tar.bz2
historical-29f723bee28034820480103fa39d96fb2d44a9a5.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> Package-Manager: portage-2.2.8/cvs/Linux x86_64 Manifest-Sign-Key: 0x957A8463
Diffstat (limited to 'dev-python/wxpython/wxpython-3.0.0.0.ebuild')
-rw-r--r--dev-python/wxpython/wxpython-3.0.0.0.ebuild8
1 files changed, 4 insertions, 4 deletions
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=