diff options
author | 2009-09-30 19:30:14 +0000 | |
---|---|---|
committer | 2009-09-30 19:30:14 +0000 | |
commit | 763654147323ae6dc69344e0e8cbe3ab786b3d1d (patch) | |
tree | 95da82bd0d9b842cf6be444b4667112f119b29d3 /x11-apps/xfs | |
parent | Fix useflag. Cleanup (diff) | |
download | historical-763654147323ae6dc69344e0e8cbe3ab786b3d1d.tar.gz historical-763654147323ae6dc69344e0e8cbe3ab786b3d1d.tar.bz2 historical-763654147323ae6dc69344e0e8cbe3ab786b3d1d.zip |
amd64 stable wrt #282290
Package-Manager: portage-2.2_rc42/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xfs')
-rw-r--r-- | x11-apps/xfs/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xfs/xfs-1.1.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xfs/ChangeLog b/x11-apps/xfs/ChangeLog index 44f76fc3a791..1bed0c43f3ef 100644 --- a/x11-apps/xfs/ChangeLog +++ b/x11-apps/xfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xfs # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/ChangeLog,v 1.65 2009/09/23 15:09:49 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/ChangeLog,v 1.66 2009/09/30 19:24:55 ssuominen Exp $ + + 30 Sep 2009; Samuli Suominen <ssuominen@gentoo.org> xfs-1.1.0-r1.ebuild: + amd64 stable wrt #282290 23 Sep 2009; Rémi Cardona <remi@gentoo.org> xfs-1.1.0-r1.ebuild: add missing RDEPs (fixes bug #278877) diff --git a/x11-apps/xfs/xfs-1.1.0-r1.ebuild b/x11-apps/xfs/xfs-1.1.0-r1.ebuild index 08d0776140ab..cefb98cff77d 100644 --- a/x11-apps/xfs/xfs-1.1.0-r1.ebuild +++ b/x11-apps/xfs/xfs-1.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/xfs-1.1.0-r1.ebuild,v 1.2 2009/09/23 15:09:49 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xfs/xfs-1.1.0-r1.ebuild,v 1.3 2009/09/30 19:24:55 ssuominen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,7 +9,7 @@ inherit x-modular DESCRIPTION="X font server" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="doc ipv6 syslog xinetd" RDEPEND="x11-libs/libFS |