diff options
author | Jonathan Smith <smithj@gentoo.org> | 2005-07-25 23:31:49 +0000 |
---|---|---|
committer | Jonathan Smith <smithj@gentoo.org> | 2005-07-25 23:31:49 +0000 |
commit | 5ec028adbebeb0d8d3dc58f4d86cfabc65284957 (patch) | |
tree | 4501520c82bc9ad5a3e53119f5985bf67a6f2a75 /x11-misc/skippy | |
parent | Fix building with alsa and static #97628 by Mr. Anderson. (diff) | |
download | historical-5ec028adbebeb0d8d3dc58f4d86cfabc65284957.tar.gz historical-5ec028adbebeb0d8d3dc58f4d86cfabc65284957.tar.bz2 historical-5ec028adbebeb0d8d3dc58f4d86cfabc65284957.zip |
#99426: ~amd64
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-misc/skippy')
-rw-r--r-- | x11-misc/skippy/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/skippy/Manifest | 10 | ||||
-rw-r--r-- | x11-misc/skippy/skippy-0.5.0.ebuild | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/x11-misc/skippy/ChangeLog b/x11-misc/skippy/ChangeLog index adcaae994780..48ba06f5266c 100644 --- a/x11-misc/skippy/ChangeLog +++ b/x11-misc/skippy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/skippy # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/skippy/ChangeLog,v 1.7 2005/07/25 23:20:40 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/skippy/ChangeLog,v 1.8 2005/07/25 23:31:49 smithj Exp $ + + 25 Jul 2005; Jonathan Smith <smithj@gentoo.org> skippy-0.5.0.ebuild: + #99426: ~amd64 25 Jul 2005; Jonathan Smith <smithj@gentoo.org> +files/skippy-pointer-size.patch, skippy-0.5.0.ebuild: diff --git a/x11-misc/skippy/Manifest b/x11-misc/skippy/Manifest index bd7bc755bf91..4314ae8dcb7b 100644 --- a/x11-misc/skippy/Manifest +++ b/x11-misc/skippy/Manifest @@ -1,15 +1,15 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 8b1c0b9ddd8f9149a9acf4d7a30db061 skippy-0.5.0.ebuild 1056 -MD5 d80d0b405ed1ca27dc8971cae5b0c223 ChangeLog 881 +MD5 80e75694f9c9481f1074874fc07fa708 skippy-0.5.0.ebuild 1063 +MD5 57dd999e4b495d9a62586b0030ac774a ChangeLog 970 MD5 cdb11033a3fa6525334cecf938961c07 metadata.xml 166 MD5 120458f56f9f33be2db6504104558818 files/skippy-pointer-size.patch 351 MD5 507b49a9e7e7f25470f8d9ec8127362c files/digest-skippy-0.5.0 64 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFC5XPkl5AvwDPiUowRAn9sAKDEtkdlMbn01HZyG60OSQjtN/siSgCgyNWD -yncWiqz2SIqE1G25bq0MEp0= -=oFCw +iD8DBQFC5XaBl5AvwDPiUowRAnPIAKDGpL9UKb1ofyNlma6lQJUS3mpz4QCfYi/h +WVIt2kQplbVrurIKVDOLVIs= +=rLk0 -----END PGP SIGNATURE----- diff --git a/x11-misc/skippy/skippy-0.5.0.ebuild b/x11-misc/skippy/skippy-0.5.0.ebuild index e8e229174603..f1fbf25e8b47 100644 --- a/x11-misc/skippy/skippy-0.5.0.ebuild +++ b/x11-misc/skippy/skippy-0.5.0.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/skippy/skippy-0.5.0.ebuild,v 1.7 2005/07/25 23:20:40 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/skippy/skippy-0.5.0.ebuild,v 1.8 2005/07/25 23:31:49 smithj Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://thegraveyard.org/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="~amd64 ppc x86" RDEPEND="virtual/x11 virtual/xft" |