diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-08-06 16:49:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-08-06 16:49:17 +0000 |
commit | c2a11cc122ebdf8dddc8b51542001dddc3c216cb (patch) | |
tree | 287ed69880c140a0eb8c2d9c9a40f588f10fea42 /x11-libs/libXau | |
parent | m68k/s390 love (diff) | |
download | gentoo-2-c2a11cc122ebdf8dddc8b51542001dddc3c216cb.tar.gz gentoo-2-c2a11cc122ebdf8dddc8b51542001dddc3c216cb.tar.bz2 gentoo-2-c2a11cc122ebdf8dddc8b51542001dddc3c216cb.zip |
m68k/s390 love
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'x11-libs/libXau')
-rw-r--r-- | x11-libs/libXau/libXau-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/libXau/libXau-1.0.2.ebuild | 11 |
2 files changed, 6 insertions, 9 deletions
diff --git a/x11-libs/libXau/libXau-1.0.1.ebuild b/x11-libs/libXau/libXau-1.0.1.ebuild index f6bc58a6984c..6905e8219fbd 100644 --- a/x11-libs/libXau/libXau-1.0.1.ebuild +++ b/x11-libs/libXau/libXau-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-libs/libXau/libXau-1.0.1.ebuild,v 1.7 2006/07/19 09:07:36 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXau/libXau-1.0.1.ebuild,v 1.8 2006/08/06 16:49:17 vapier Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -13,7 +13,7 @@ RESTRICT="mirror" #SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" #LICENSE="" #SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" #IUSE="X gnome" RDEPEND="x11-proto/xproto" DEPEND="${RDEPEND}" diff --git a/x11-libs/libXau/libXau-1.0.2.ebuild b/x11-libs/libXau/libXau-1.0.2.ebuild index 112125521030..ddc7419a56d2 100644 --- a/x11-libs/libXau/libXau-1.0.2.ebuild +++ b/x11-libs/libXau/libXau-1.0.2.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-libs/libXau/libXau-1.0.2.ebuild,v 1.2 2006/07/29 17:52:56 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXau/libXau-1.0.2.ebuild,v 1.3 2006/08/06 16:49:17 vapier Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,12 +8,9 @@ inherit x-modular DESCRIPTION="X.Org Xau library" -#HOMEPAGE="http://foo.bar.com/" -#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" -#LICENSE="" -#SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -#IUSE="X gnome" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + RDEPEND="x11-proto/xproto" DEPEND="${RDEPEND} >=x11-misc/util-macros-1.1" |