diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-03 04:50:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-03 04:50:10 +0000 |
commit | 20e12a009148b19ddd39b56388d5677901d56c17 (patch) | |
tree | 1b71b99da1112448d6a524bde458accd4e4bb29b | |
parent | fix building with -fno-implicit-templates #90819 (diff) | |
download | historical-20e12a009148b19ddd39b56388d5677901d56c17.tar.gz historical-20e12a009148b19ddd39b56388d5677901d56c17.tar.bz2 historical-20e12a009148b19ddd39b56388d5677901d56c17.zip |
m68k love
Package-Manager: portage-2.0.51.21
-rw-r--r-- | sys-libs/gpm/gpm-1.20.1-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/gpm/gpm-1.20.1-r4.ebuild b/sys-libs/gpm/gpm-1.20.1-r4.ebuild index 3896b4d9ff4e..27199cecc97f 100644 --- a/sys-libs/gpm/gpm-1.20.1-r4.ebuild +++ b/sys-libs/gpm/gpm-1.20.1-r4.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/sys-libs/gpm/gpm-1.20.1-r4.ebuild,v 1.8 2005/04/01 22:20:49 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r4.ebuild,v 1.9 2005/05/03 04:50:10 vapier Exp $ inherit eutils toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="ftp://arcana.linux.it/pub/gpm/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="selinux" DEPEND="sys-libs/ncurses" |