diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-10-14 21:50:28 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-10-14 21:50:28 +0000 |
commit | 5a4a91ed4d5d85fc6c8feccab077507992c15aa1 (patch) | |
tree | f8a39a100ae3fac0c83c9c600e9b426dbc15503a /x11-apps | |
parent | x11-apps/xprop: drop 1.0.2, bump to 1.1.0 (diff) | |
download | gentoo-2-5a4a91ed4d5d85fc6c8feccab077507992c15aa1.tar.gz gentoo-2-5a4a91ed4d5d85fc6c8feccab077507992c15aa1.tar.bz2 gentoo-2-5a4a91ed4d5d85fc6c8feccab077507992c15aa1.zip |
x11-apps/xprop: fix deps and indent
(Portage version: 2.2_rc46/cvs/Linux i686)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xprop/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xprop/xprop-1.1.0.ebuild | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/x11-apps/xprop/ChangeLog b/x11-apps/xprop/ChangeLog index c0cd8777fbe1..25329fdd077a 100644 --- a/x11-apps/xprop/ChangeLog +++ b/x11-apps/xprop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xprop # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/ChangeLog,v 1.43 2009/10/14 21:45:23 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/ChangeLog,v 1.44 2009/10/14 21:50:28 remi Exp $ + + 14 Oct 2009; Rémi Cardona <remi@gentoo.org> xprop-1.1.0.ebuild: + fix deps and indent *xprop-1.1.0 (14 Oct 2009) diff --git a/x11-apps/xprop/xprop-1.1.0.ebuild b/x11-apps/xprop/xprop-1.1.0.ebuild index f35a93ac6c9b..4e8dd5873cb9 100644 --- a/x11-apps/xprop/xprop-1.1.0.ebuild +++ b/x11-apps/xprop/xprop-1.1.0.ebuild @@ -1,15 +1,13 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/xprop-1.1.0.ebuild,v 1.1 2009/10/14 21:45:23 remi Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/xprop-1.1.0.ebuild,v 1.2 2009/10/14 21:50:28 remi Exp $ inherit x-modular DESCRIPTION="property displayer for X" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" -RDEPEND="x11-libs/libXmu - x11-libs/libX11" + +RDEPEND="x11-libs/libX11" DEPEND="${RDEPEND}" |