diff options
author | 2006-03-26 12:00:00 +0000 | |
---|---|---|
committer | 2006-03-26 12:00:00 +0000 | |
commit | 0cf6841edc4d0d6d167b53f51472a0bb4a91389f (patch) | |
tree | e7f18fa1d434c22e816c3aab5142c721c3125435 /x11-apps/xgamma | |
parent | Changed mpg123 dependency to info message, removed makedepend from RDEPEND wr... (diff) | |
download | gentoo-2-0cf6841edc4d0d6d167b53f51472a0bb4a91389f.tar.gz gentoo-2-0cf6841edc4d0d6d167b53f51472a0bb4a91389f.tar.bz2 gentoo-2-0cf6841edc4d0d6d167b53f51472a0bb4a91389f.zip |
Added ~ppc. Bug 127577
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'x11-apps/xgamma')
-rw-r--r-- | x11-apps/xgamma/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xgamma/xgamma-1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xgamma/ChangeLog b/x11-apps/xgamma/ChangeLog index 23ca7293a035..ad72ebc65800 100644 --- a/x11-apps/xgamma/ChangeLog +++ b/x11-apps/xgamma/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xgamma # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.11 2006/02/14 21:22:49 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/ChangeLog,v 1.12 2006/03/26 12:00:00 nixnut Exp $ + + 26 Mar 2006; <nixnut@gentoo.org> xgamma-1.0.1.ebuild: + Added ~ppc. Bug #127577 14 Feb 2006; Markus Rothe <corsair@gentoo.org> xgamma-1.0.1.ebuild: Added ~ppc64 diff --git a/x11-apps/xgamma/xgamma-1.0.1.ebuild b/x11-apps/xgamma/xgamma-1.0.1.ebuild index 8e06363480f1..8afc1acae548 100644 --- a/x11-apps/xgamma/xgamma-1.0.1.ebuild +++ b/x11-apps/xgamma/xgamma-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.1.ebuild,v 1.2 2006/02/14 21:22:49 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xgamma/xgamma-1.0.1.ebuild,v 1.3 2006/03/26 12:00:00 nixnut Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,6 +8,6 @@ inherit x-modular DESCRIPTION="X.Org xgamma application" -KEYWORDS="~amd64 ~arm ~mips ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" RDEPEND="x11-libs/libXxf86vm" DEPEND="${RDEPEND}" |