diff options
author | Fabian Groffen <grobian@gentoo.org> | 2006-03-11 10:25:11 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2006-03-11 10:25:11 +0000 |
commit | eb580262db1dd229b6d82847677f95de404c379b (patch) | |
tree | d3f19923ecd113acf89a4048222491afd0924ca8 /sys-libs | |
parent | fix building on hosts that lack sys/io.h (like ppc) (diff) | |
download | historical-eb580262db1dd229b6d82847677f95de404c379b.tar.gz historical-eb580262db1dd229b6d82847677f95de404c379b.tar.bz2 historical-eb580262db1dd229b6d82847677f95de404c379b.zip |
Marked ppc-macos for progressive users (bug #125425)
Package-Manager: portage-2.1_pre5-r1
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/readline/Manifest | 16 | ||||
-rw-r--r-- | sys-libs/readline/readline-5.1_p2.ebuild | 4 |
2 files changed, 5 insertions, 15 deletions
diff --git a/sys-libs/readline/Manifest b/sys-libs/readline/Manifest index 1d76ed55bf29..1ec8f5a46f4e 100644 --- a/sys-libs/readline/Manifest +++ b/sys-libs/readline/Manifest @@ -1,6 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 0e5815b7f6c3c594ef8a66ce52ed0919 ChangeLog 9896 RMD160 1c55fe54f5bfe2af096f375391b5a79c1ecee59f ChangeLog 9896 SHA256 f395db250eef4d25870fda99adf023cda6a8bebeef328358ca4ce5774209de22 ChangeLog 9896 @@ -70,13 +67,6 @@ SHA256 d57a566a03f6a2676011d998eab1329299ec9bccc79a50eea1c4f132ffdf9891 readline MD5 21c45284ab57e8c8b764e376fa19f880 readline-5.1-r2.ebuild 3064 RMD160 f847c87947d7ef4bc8058b06c2860b388f5620da readline-5.1-r2.ebuild 3064 SHA256 e026a51254d49d156682a380633177575df53d42ce093702dbf570fbffb24c4e readline-5.1-r2.ebuild 3064 -MD5 41baa230115f6ef96ee7f28279f3c67b readline-5.1_p2.ebuild 3151 -RMD160 edd9ca95a31057dbd2777f286e97103bc89c7f5c readline-5.1_p2.ebuild 3151 -SHA256 4fede08ac30d9bcf90341e99e5dfa373fc5eab2485bd56e37a84ff745d927082 readline-5.1_p2.ebuild 3151 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2.1 (GNU/Linux) - -iD8DBQFEEeOOoFw4q70f3SsRAgM/AKC6Aeo+SEp1Kbn7t9u9ywr4vtqFLwCfZWLQ -n8N4bb9hzaIMUKVrJjwC518= -=ESdj ------END PGP SIGNATURE----- +MD5 4a56ba2dddd84ca72df21d1208714b56 readline-5.1_p2.ebuild 3151 +RMD160 0622bf4c69b2b53ee9d93aa45d865475e927d41b readline-5.1_p2.ebuild 3151 +SHA256 2c5366657ed0df11bd116c87f2a4d6ac192dc71d97fa1ce1001dfc478c531c99 readline-5.1_p2.ebuild 3151 diff --git a/sys-libs/readline/readline-5.1_p2.ebuild b/sys-libs/readline/readline-5.1_p2.ebuild index aa96993a1cbd..18c9c15eebc4 100644 --- a/sys-libs/readline/readline-5.1_p2.ebuild +++ b/sys-libs/readline/readline-5.1_p2.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/sys-libs/readline/readline-5.1_p2.ebuild,v 1.8 2006/03/10 20:38:19 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/readline/readline-5.1_p2.ebuild,v 1.9 2006/03/11 10:25:11 grobian Exp $ inherit eutils multilib toolchain-funcs @@ -22,7 +22,7 @@ SRC_URI="mirror://gnu/readline/${MY_P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ia64 m68k ~mips ppc ~ppc-macos ppc64 s390 sh sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ia64 m68k ~mips ppc ppc-macos ppc64 s390 sh sparc x86" IUSE="" # We must be certain that we have a bash that is linked |