diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-28 14:39:20 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-28 14:39:20 +0000 |
commit | be86a02d61c38d614427fc8f142218a71ed354d4 (patch) | |
tree | b66b6996cf16760bafebeb1aec1476f69161495c /xfce-extra | |
parent | Fix slot-dep on gtk+ (diff) | |
download | gentoo-2-be86a02d61c38d614427fc8f142218a71ed354d4.tar.gz gentoo-2-be86a02d61c38d614427fc8f142218a71ed354d4.tar.bz2 gentoo-2-be86a02d61c38d614427fc8f142218a71ed354d4.zip |
Fixed libunique dep
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-clipman-plugin/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/xfce-extra/xfce4-clipman-plugin/ChangeLog b/xfce-extra/xfce4-clipman-plugin/ChangeLog index 066db85b15a5..99b63e544083 100644 --- a/xfce-extra/xfce4-clipman-plugin/ChangeLog +++ b/xfce-extra/xfce4-clipman-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-extra/xfce4-clipman-plugin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.27 2011/02/09 21:18:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/ChangeLog,v 1.28 2011/03/28 14:39:20 angelos Exp $ + + 28 Mar 2011; Christoph Mende <angelos@gentoo.org> + xfce4-clipman-plugin-1.1.3.ebuild: + Fixed libunique dep 09 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> xfce4-clipman-plugin-1.1.3.ebuild: diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild index 42dfacb47280..0f9982d0e369 100644 --- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild +++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.9 2011/02/09 21:18:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.1.3.ebuild,v 1.10 2011/03/28 14:39:20 angelos Exp $ EAPI=3 EAUTORECONF=yes @@ -16,7 +16,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~ IUSE="debug" RDEPEND=">=dev-libs/glib-2.16:2 - =dev-libs/libunique-1* + dev-libs/libunique:1 >=gnome-base/libglade-2.6:2.0 >=x11-libs/gtk+-2.10:2 >=xfce-base/libxfce4util-4.4 |