diff options
author | Sven Wegener <swegener@gentoo.org> | 2012-03-25 07:15:09 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2012-03-25 07:15:09 +0000 |
commit | 3314e18c89169e461f2849d168a9bad5eb3b2da7 (patch) | |
tree | 9c50fe9d453e69f07abdf6c34c512bb985704146 /x11-apps | |
parent | Remove old. (diff) | |
download | gentoo-2-3314e18c89169e461f2849d168a9bad5eb3b2da7.tar.gz gentoo-2-3314e18c89169e461f2849d168a9bad5eb3b2da7.tar.bz2 gentoo-2-3314e18c89169e461f2849d168a9bad5eb3b2da7.zip |
Require >=x11-libs/libXt-1.1.
(Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xclipboard/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xclipboard/xclipboard-1.1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xclipboard/ChangeLog b/x11-apps/xclipboard/ChangeLog index 27a88618fa9b..f34fa2e13830 100644 --- a/x11-apps/xclipboard/ChangeLog +++ b/x11-apps/xclipboard/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xclipboard # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.44 2012/02/24 15:35:47 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/ChangeLog,v 1.45 2012/03/25 07:15:09 swegener Exp $ + + 25 Mar 2012; Sven Wegener <swegener@gentoo.org> xclipboard-1.1.2.ebuild: + Require >=x11-libs/libXt-1.1. *xclipboard-1.1.2 (24 Feb 2012) diff --git a/x11-apps/xclipboard/xclipboard-1.1.2.ebuild b/x11-apps/xclipboard/xclipboard-1.1.2.ebuild index d243a19d694a..9ac7a7ae4746 100644 --- a/x11-apps/xclipboard/xclipboard-1.1.2.ebuild +++ b/x11-apps/xclipboard/xclipboard-1.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/xclipboard-1.1.2.ebuild,v 1.1 2012/02/24 15:35:47 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xclipboard/xclipboard-1.1.2.ebuild,v 1.2 2012/03/25 07:15:09 swegener Exp $ EAPI=4 @@ -12,6 +12,6 @@ IUSE="" RDEPEND="x11-libs/libXaw x11-libs/libxkbfile x11-libs/libXmu - x11-libs/libXt + >=x11-libs/libXt-1.1 x11-libs/libX11" DEPEND="${RDEPEND}" |