diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-05 12:40:39 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-05 12:40:39 +0000 |
commit | 72c6d068ff5a70aa1fefcfbe9aef59ef97e0e271 (patch) | |
tree | 43e14d1ce219e9a7ff2f2a64190a70a11eab98df /dev-python/thunarx-python | |
parent | Fix compability with x11-libs/libnotify >= 0.7. (diff) | |
download | historical-72c6d068ff5a70aa1fefcfbe9aef59ef97e0e271.tar.gz historical-72c6d068ff5a70aa1fefcfbe9aef59ef97e0e271.tar.bz2 historical-72c6d068ff5a70aa1fefcfbe9aef59ef97e0e271.zip |
EAPI3, bump thunar dep to always depend on latest API
Package-Manager: portage-2.2.0_alpha19/cvs/Linux x86_64
Diffstat (limited to 'dev-python/thunarx-python')
-rw-r--r-- | dev-python/thunarx-python/Manifest | 2 | ||||
-rw-r--r-- | dev-python/thunarx-python/thunarx-python-0.2.0.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/thunarx-python/Manifest b/dev-python/thunarx-python/Manifest index 8c8906eb208e..b23a6d9a3979 100644 --- a/dev-python/thunarx-python/Manifest +++ b/dev-python/thunarx-python/Manifest @@ -1,4 +1,4 @@ DIST thunarx-python-0.2.0.tar.gz 332533 RMD160 3ffaa1f91f7cbe0c603ce86e65270e6c7476c5ed SHA1 e5838c597612d90f262add39ceae56dc59ad798b SHA256 3e2e45a6da958e63ab9be12629681fa37bcc52af9afe0513b82219c42fdfc3a9 -EBUILD thunarx-python-0.2.0.ebuild 973 RMD160 9abdfc511cab1d7acf993a5528c521f32a4d22a7 SHA1 4b9aa4033d1e81d10f7fa273f73ff088d0aa3f27 SHA256 8e86d67a56c949808a876bb2af26e4f2aed7a14ebefb8f211a7331022b3ab3c7 +EBUILD thunarx-python-0.2.0.ebuild 981 RMD160 344568c64371ac6448acfb52ede1e32cb447a337 SHA1 3cc91981139bd48715adeda75d065666856b83ed SHA256 d8eb8a253fa7a1d12f5e14aa9844a8e190feec40bd47340615dfe942a38d1d31 MISC ChangeLog 420 RMD160 e4aa653ec1c2a3c4c361a2e8c71581a668ec1dc0 SHA1 9f2030f5cbe9a466f1bb4ccee2b35786772d545f SHA256 cc46316499b1951f120e1e96454b4d8dfb0932ca0425e4e9124a4bc2a9be0966 MISC metadata.xml 242 RMD160 0ecb6fb4bff8d3e4eb271ad7331e83b10bc90a99 SHA1 d25984bb6ef2a14661c9d6d7fdd0a7138a7e99d1 SHA256 d7e9045e4c070826057552e3a3ac7c20092b0279bccecf814fc6d057c11ebd86 diff --git a/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild b/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild index 3d4c8ab28a29..d778f665ff69 100644 --- a/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild +++ b/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild,v 1.4 2010/11/04 22:05:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.2.0.ebuild,v 1.5 2011/02/05 12:40:39 ssuominen Exp $ -EAPI=2 +EAPI=3 PYTHON_DEPEND=2 inherit python xfconf @@ -20,7 +20,7 @@ RDEPEND="x11-libs/gtk+:2 >=dev-python/gnome-python-base-2.12 >=dev-python/pygobject-2.16:2 dev-python/pygtk:2 - xfce-base/thunar" + >=xfce-base/thunar-1.2.0" DEPEND="${RDEPEND} dev-util/pkgconfig" |