diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-09 07:36:53 +0000 |
commit | 6110b3907a630ba5f56311a5b07f346b35648583 (patch) | |
tree | 5e055948d6bf3908006c42aff77eac3ac020d198 /chat/gajim | |
parent | e10e726ca1e2e87e38883d59d9f2f27d9b31bbdb (diff) | |
download | pkgsrc-6110b3907a630ba5f56311a5b07f346b35648583.tar.gz |
Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
Diffstat (limited to 'chat/gajim')
-rw-r--r-- | chat/gajim/Makefile | 4 | ||||
-rw-r--r-- | chat/gajim/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/gajim/Makefile b/chat/gajim/Makefile index 10cb1b8b45f..f6fd6fcdee1 100644 --- a/chat/gajim/Makefile +++ b/chat/gajim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/05/05 00:47:40 ryoon Exp $ +# $NetBSD: Makefile,v 1.26 2014/05/09 07:36:55 wiz Exp $ DISTNAME= gajim-0.15 PKGREVISION= 12 @@ -15,7 +15,7 @@ DEPENDS= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS= ${PYPKGPREFIX}-dbus>=0.81:../../sysutils/py-dbus DEPENDS= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-gtk2 .include "options.mk" diff --git a/chat/gajim/options.mk b/chat/gajim/options.mk index 8c7381280ba..d4873ea297e 100644 --- a/chat/gajim/options.mk +++ b/chat/gajim/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2014/01/25 10:29:57 wiz Exp $ +# $NetBSD: options.mk,v 1.5 2014/05/09 07:36:55 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gajim PKG_SUPPORTED_OPTIONS= avahi gnome gnome-keyring ssl @@ -20,7 +20,7 @@ DEPENDS+= avahi-[0-9]*:../../net/avahi # gnome .if !empty(PKG_OPTIONS:Mgnome) DEPENDS+= ${PYPKGPREFIX}-gnome2-[0-9]*:../../x11/py-gnome2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-ORBit via py-gnome2 .endif # gnome-keyring |