diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-10 03:13:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-10 03:13:33 +0000 |
commit | e007a1272ad1a01e0057293669cbc5668ad7f606 (patch) | |
tree | cff46ba30c6720baaf0075166be62be3a3d70a0c /sys-libs | |
parent | add another mirror (diff) | |
download | historical-e007a1272ad1a01e0057293669cbc5668ad7f606.tar.gz historical-e007a1272ad1a01e0057293669cbc5668ad7f606.tar.bz2 historical-e007a1272ad1a01e0057293669cbc5668ad7f606.zip |
stabilize for people
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/gpm/Manifest | 2 | ||||
-rw-r--r-- | sys-libs/gpm/gpm-1.20.1-r4.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/gpm/Manifest b/sys-libs/gpm/Manifest index fdcfbac9e746..5fb5dac83582 100644 --- a/sys-libs/gpm/Manifest +++ b/sys-libs/gpm/Manifest @@ -1,7 +1,7 @@ MD5 47fe83bb79aff2df8af0bb8728f44af0 ChangeLog 5505 MD5 81f80af7a34f9e25f9213422bcb30b09 gpm-1.20.1.ebuild 1644 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 ae4dcff08d40b0f65cc00bd23cfd1b97 gpm-1.20.1-r4.ebuild 1504 +MD5 93b4aef399c06260f356132bdbdb3dec gpm-1.20.1-r4.ebuild 1497 MD5 73d6199d600c0f63c31a6de234159bba files/digest-gpm-1.20.1-r4 136 MD5 1e2ab7c222263d460e9e881f7a1558c7 files/gpm-linux26-headers.patch 423 MD5 97f0853f825f506bf47be3b8ce6f9ce9 files/digest-gpm-1.20.1 136 diff --git a/sys-libs/gpm/gpm-1.20.1-r4.ebuild b/sys-libs/gpm/gpm-1.20.1-r4.ebuild index a17264ce0e34..51999d600e24 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.3 2005/03/10 03:12:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/gpm-1.20.1-r4.ebuild,v 1.4 2005/03/10 03:13:33 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 ~mips ~ppc ~ppc64 s390 sh ~sparc x86" IUSE="selinux" DEPEND="sys-libs/ncurses" |