diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-21 14:25:13 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-21 14:25:13 +0000 |
commit | 8840ebaf98dfaa05da1ff0f3ae0ff72a9e270a3f (patch) | |
tree | 6c31db2bc5655a66345c7197a33af965270ad0ff /x11-apps | |
parent | amd64 stable. (diff) | |
download | gentoo-2-8840ebaf98dfaa05da1ff0f3ae0ff72a9e270a3f.tar.gz gentoo-2-8840ebaf98dfaa05da1ff0f3ae0ff72a9e270a3f.tar.bz2 gentoo-2-8840ebaf98dfaa05da1ff0f3ae0ff72a9e270a3f.zip |
amd64 stable.
(Portage version: 2.1.4)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xprop/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xprop/xprop-1.0.3.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-apps/xprop/ChangeLog b/x11-apps/xprop/ChangeLog index 1ae2163e5d56..ac3f3596a508 100644 --- a/x11-apps/xprop/ChangeLog +++ b/x11-apps/xprop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xprop -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/ChangeLog,v 1.28 2007/12/20 00:22:22 cla Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/ChangeLog,v 1.29 2008/01/21 14:25:13 drac Exp $ + + 21 Jan 2008; Samuli Suominen <drac@gentoo.org> xprop-1.0.3.ebuild: + amd64 stable. 19 Dec 2007; Dawid Węgliński <cla@gentoo.org> xprop-1.0.3.ebuild: Stable on x86 (bug #202087) diff --git a/x11-apps/xprop/xprop-1.0.3.ebuild b/x11-apps/xprop/xprop-1.0.3.ebuild index 06db8db3f81c..dd70676ff55e 100644 --- a/x11-apps/xprop/xprop-1.0.3.ebuild +++ b/x11-apps/xprop/xprop-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/xprop-1.0.3.ebuild,v 1.3 2008/01/13 09:36:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xprop/xprop-1.0.3.ebuild,v 1.4 2008/01/21 14:25:13 drac Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="property displayer for X" -KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~x86-fbsd" RDEPEND="x11-libs/libXmu x11-libs/libX11" DEPEND="${RDEPEND}" |