diff options
author | Michał Górny <mgorny@gentoo.org> | 2010-10-01 20:50:41 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2010-10-01 20:50:41 +0000 |
commit | 0e18afbba7f6f5afa71a2f08843bdcf00f87d484 (patch) | |
tree | 7e25fa65e9e3b356b21752562c6317a543495f45 /x11-apps/xwininfo | |
parent | Version bump. (diff) | |
download | gentoo-2-0e18afbba7f6f5afa71a2f08843bdcf00f87d484.tar.gz gentoo-2-0e18afbba7f6f5afa71a2f08843bdcf00f87d484.tar.bz2 gentoo-2-0e18afbba7f6f5afa71a2f08843bdcf00f87d484.zip |
Drop --with-xcb-icccm as it is known to be broken (bug #339266), clean up the dependencies.
(Portage version: 2.2_rc88_p61/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xwininfo')
-rw-r--r-- | x11-apps/xwininfo/ChangeLog | 9 | ||||
-rw-r--r-- | x11-apps/xwininfo/xwininfo-1.1.0-r1.ebuild (renamed from x11-apps/xwininfo/xwininfo-1.1.0.ebuild) | 12 |
2 files changed, 11 insertions, 10 deletions
diff --git a/x11-apps/xwininfo/ChangeLog b/x11-apps/xwininfo/ChangeLog index 2b97be8d9620..28b13c30aba0 100644 --- a/x11-apps/xwininfo/ChangeLog +++ b/x11-apps/xwininfo/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-apps/xwininfo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.51 2010/09/27 12:59:32 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/ChangeLog,v 1.52 2010/10/01 20:50:41 mgorny Exp $ + +*xwininfo-1.1.0-r1 (01 Oct 2010) + + 01 Oct 2010; Michał Górny <mgorny@gentoo.org> -xwininfo-1.1.0.ebuild, + +xwininfo-1.1.0-r1.ebuild: + Drop --with-xcb-icccm as it is known to be broken (bug #339266), clean up + the dependencies. *xwininfo-1.1.0 (27 Sep 2010) diff --git a/x11-apps/xwininfo/xwininfo-1.1.0.ebuild b/x11-apps/xwininfo/xwininfo-1.1.0-r1.ebuild index 60c305ed8c45..7f1f6add69e2 100644 --- a/x11-apps/xwininfo/xwininfo-1.1.0.ebuild +++ b/x11-apps/xwininfo/xwininfo-1.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.0.ebuild,v 1.1 2010/09/27 12:59:32 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwininfo/xwininfo-1.1.0-r1.ebuild,v 1.1 2010/10/01 20:50:41 mgorny Exp $ EAPI=3 XORG_STATIC=no @@ -12,14 +12,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 IUSE="" RDEPEND=">=x11-libs/libxcb-1.6 - x11-libs/libX11 - x11-libs/xcb-util + x11-libs/libX11" +DEPEND="${RDEPEND} >=x11-proto/xproto-7.0.17" -DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/${PV}-build.patch" ) - -pkg_setup() { - CONFIGURE_OPTIONS="--with-xcb-icccm" - xorg-2_pkg_setup -} |