diff options
author | 2012-07-29 16:15:56 +0000 | |
---|---|---|
committer | 2012-07-29 16:15:56 +0000 | |
commit | 6086af5aaa7335362633decf089f7d7cc1365a70 (patch) | |
tree | e95a474e4796f8065edc9300c5b8b0eff3721b51 /dev-libs/ace | |
parent | Drop sparc keywords (diff) | |
download | gentoo-2-6086af5aaa7335362633decf089f7d7cc1365a70.tar.gz gentoo-2-6086af5aaa7335362633decf089f7d7cc1365a70.tar.bz2 gentoo-2-6086af5aaa7335362633decf089f7d7cc1365a70.zip |
Drop alpha/sparc keywords
(Portage version: 2.1.11.5/cvs/Linux ia64)
Diffstat (limited to 'dev-libs/ace')
-rw-r--r-- | dev-libs/ace/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/ace/ace-5.5-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/ace/ace-5.7.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/ace/ChangeLog b/dev-libs/ace/ChangeLog index 4965f0e62d2c..fb7d8f224482 100644 --- a/dev-libs/ace/ChangeLog +++ b/dev-libs/ace/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/ace # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ChangeLog,v 1.66 2012/06/06 03:24:54 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ChangeLog,v 1.67 2012/07/29 16:15:56 armin76 Exp $ + + 29 Jul 2012; Raúl Porcel <armin76@gentoo.org> ace-5.5-r1.ebuild, + ace-5.7.2.ebuild: + Drop alpha/sparc keywords 06 Jun 2012; Zac Medico <zmedico@gentoo.org> ace-5.5-r1.ebuild, ace-5.7.2.ebuild: diff --git a/dev-libs/ace/ace-5.5-r1.ebuild b/dev-libs/ace/ace-5.5-r1.ebuild index a7bf90a6ae18..fd9c5f1ec11a 100644 --- a/dev-libs/ace/ace-5.5-r1.ebuild +++ b/dev-libs/ace/ace-5.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.5-r1.ebuild,v 1.11 2012/06/06 03:24:54 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.5-r1.ebuild,v 1.12 2012/07/29 16:15:56 armin76 Exp $ inherit eutils multilib toolchain-funcs @@ -13,7 +13,7 @@ HOMEPAGE="http://www.cs.wustl.edu/~schmidt/ACE.html" SLOT="0" LICENSE="BSD as-is" -KEYWORDS="alpha amd64 ppc sparc x86" +KEYWORDS="amd64 ppc x86" IUSE="X ipv6 tao" DEPEND="dev-libs/openssl" diff --git a/dev-libs/ace/ace-5.7.2.ebuild b/dev-libs/ace/ace-5.7.2.ebuild index 8fa414787c8a..472735135730 100644 --- a/dev-libs/ace/ace-5.7.2.ebuild +++ b/dev-libs/ace/ace-5.7.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.7.2.ebuild,v 1.7 2012/06/06 03:24:54 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ace/ace-5.7.2.ebuild,v 1.8 2012/07/29 16:15:56 armin76 Exp $ inherit eutils multilib toolchain-funcs @@ -13,7 +13,7 @@ SRC_URI="!tao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE-${PV}. )" LICENSE="BSD as-is" SLOT="0" -KEYWORDS="~alpha amd64 ppc ~sparc x86" +KEYWORDS="amd64 ppc x86" IUSE="X ipv6 tao ciao" COMMON_DEPEND="dev-libs/openssl" |