diff options
Diffstat (limited to 'x11-apps/xdpyinfo')
-rw-r--r-- | x11-apps/xdpyinfo/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-apps/xdpyinfo/ChangeLog b/x11-apps/xdpyinfo/ChangeLog index a7689de658c6..fd7c4cb0bd5c 100644 --- a/x11-apps/xdpyinfo/ChangeLog +++ b/x11-apps/xdpyinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xdpyinfo -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.37 2008/08/05 21:16:33 cardoe Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/ChangeLog,v 1.38 2009/04/05 23:38:47 tester Exp $ + + 05 Apr 2009; Olivier CrĂȘte <tester@gentoo.org> xdpyinfo-1.0.3.ebuild: + amd64 stable 05 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml: add GLEP 56 USE flag desc from use.local.desc diff --git a/x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild b/x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild index 1aaab04a31c6..a8f1cf2c8652 100644 --- a/x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild +++ b/x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild,v 1.1 2008/06/06 21:31:07 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xdpyinfo/xdpyinfo-1.0.3.ebuild,v 1.2 2009/04/05 23:38:47 tester Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,7 +9,7 @@ inherit x-modular DESCRIPTION="display information utility 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" IUSE="dga dmx xinerama" |