diff options
author | 2006-05-20 10:43:06 +0000 | |
---|---|---|
committer | 2006-05-20 10:43:06 +0000 | |
commit | b2010ea7da4f1368d59194ebb62c862bdd36e0b7 (patch) | |
tree | 6fc82e25ab83dcacf2eeedce0273b0c1ef3f716f | |
parent | Added ~ppc after testing. (diff) | |
download | gentoo-2-b2010ea7da4f1368d59194ebb62c862bdd36e0b7.tar.gz gentoo-2-b2010ea7da4f1368d59194ebb62c862bdd36e0b7.tar.bz2 gentoo-2-b2010ea7da4f1368d59194ebb62c862bdd36e0b7.zip |
Added ~ppc after testing.
(Portage version: 2.1_rc1-r2)
-rw-r--r-- | x11-apps/ico/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/ico/files/digest-ico-1.0.1 | 2 | ||||
-rw-r--r-- | x11-apps/ico/ico-1.0.1.ebuild | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/x11-apps/ico/ChangeLog b/x11-apps/ico/ChangeLog index dedacc999f7d..39359aae4c10 100644 --- a/x11-apps/ico/ChangeLog +++ b/x11-apps/ico/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/ico # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ChangeLog,v 1.15 2006/02/14 20:37:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ChangeLog,v 1.16 2006/05/20 10:43:06 robbat2 Exp $ + + 20 May 2006; Robin H. Johnson <robbat2@gentoo.org> ico-1.0.1.ebuild: + Added ~ppc after testing. 14 Feb 2006; Markus Rothe <corsair@gentoo.org> ico-1.0.1.ebuild: Added ~ppc64 diff --git a/x11-apps/ico/files/digest-ico-1.0.1 b/x11-apps/ico/files/digest-ico-1.0.1 index 1cad8341fd9a..0d09984256f6 100644 --- a/x11-apps/ico/files/digest-ico-1.0.1 +++ b/x11-apps/ico/files/digest-ico-1.0.1 @@ -1 +1,3 @@ MD5 8c04178b7f78014567b6b8b2b7d7a10f ico-1.0.1.tar.bz2 85723 +RMD160 75b929b602e99b4e3658fd5a06a9acd0e18fb4c0 ico-1.0.1.tar.bz2 85723 +SHA256 13bd6c3f40a4f27ccfd34a101a179fb15c783be20f7ba8001b1ead1161b399f8 ico-1.0.1.tar.bz2 85723 diff --git a/x11-apps/ico/ico-1.0.1.ebuild b/x11-apps/ico/ico-1.0.1.ebuild index fe969a52a483..e7d2656826d5 100644 --- a/x11-apps/ico/ico-1.0.1.ebuild +++ b/x11-apps/ico/ico-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-apps/ico/ico-1.0.1.ebuild,v 1.2 2006/02/14 20:37:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/ico/ico-1.0.1.ebuild,v 1.3 2006/05/20 10:43:06 robbat2 Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,6 +8,6 @@ inherit x-modular DESCRIPTION="X.Org ico application" -KEYWORDS="~arm ~mips ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~arm ~mips ~ppc64 ~s390 ~sparc ~ppc ~x86" RDEPEND=">=x11-libs/libX11-0.99.1_pre0" DEPEND="${RDEPEND}" |