diff options
author | 2005-11-02 19:38:13 +0000 | |
---|---|---|
committer | 2005-11-02 19:38:13 +0000 | |
commit | 23e0975146e26414db6d3e8d838730652486e484 (patch) | |
tree | 894a871ea490f0142038143cb0acd254ce5aed99 /x11-misc/xmkmf | |
parent | Version bump. (diff) | |
download | historical-23e0975146e26414db6d3e8d838730652486e484.tar.gz historical-23e0975146e26414db6d3e8d838730652486e484.tar.bz2 historical-23e0975146e26414db6d3e8d838730652486e484.zip |
Add ~sparc keyword (needed with X-modular for some packages).
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-misc/xmkmf')
-rw-r--r-- | x11-misc/xmkmf/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xmkmf/xmkmf-0.99.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xmkmf/ChangeLog b/x11-misc/xmkmf/ChangeLog index e6d5b9abf3cb..28903c5dea29 100644 --- a/x11-misc/xmkmf/ChangeLog +++ b/x11-misc/xmkmf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xmkmf # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmkmf/ChangeLog,v 1.2 2005/11/01 18:24:00 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmkmf/ChangeLog,v 1.3 2005/11/02 19:38:13 fmccor Exp $ + + 02 Nov 2005; Ferris McCormick <fmccor@gentoo.org> xmkmf-0.99.1.ebuild: + Add ~sparc keyword (needed with X-modular for some packages). 01 Nov 2005; <dang@gentoo.org> xmkmf-0.99.1.ebuild: Marked ~amd64 diff --git a/x11-misc/xmkmf/xmkmf-0.99.1.ebuild b/x11-misc/xmkmf/xmkmf-0.99.1.ebuild index 17cc4b388acf..1eaab77fa4af 100644 --- a/x11-misc/xmkmf/xmkmf-0.99.1.ebuild +++ b/x11-misc/xmkmf/xmkmf-0.99.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmkmf/xmkmf-0.99.1.ebuild,v 1.2 2005/11/01 18:24:00 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmkmf/xmkmf-0.99.1.ebuild,v 1.3 2005/11/02 19:38:13 fmccor Exp $ # Must be before x-modular eclass is inherited # SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="X.Org imake tool for turning Imakefiles into Makefiles" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~sparc ~x86" RDEPEND="x11-misc/imake" DEPEND="${RDEPEND}" |