diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-20 08:44:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-20 08:44:51 +0000 |
commit | f56a44194c3e8acbfd51ae8e9c0db7fb7f95a449 (patch) | |
tree | d2b985b25980bce7faceb7ea9254d112c3541f5e | |
parent | Add ~alpha, wrt bug #530672 (diff) | |
download | gentoo-2-f56a44194c3e8acbfd51ae8e9c0db7fb7f95a449.tar.gz gentoo-2-f56a44194c3e8acbfd51ae8e9c0db7fb7f95a449.tar.bz2 gentoo-2-f56a44194c3e8acbfd51ae8e9c0db7fb7f95a449.zip |
Add ~alpha, wrt bug #530672
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="~alpha", signed Manifest commit with key 7194459F)
-rw-r--r-- | dev-util/cmdtest/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/cmdtest/cmdtest-0.10.ebuild | 4 | ||||
-rw-r--r-- | dev-util/cmdtest/cmdtest-0.6.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/cmdtest/ChangeLog b/dev-util/cmdtest/ChangeLog index e253fd8b7b2e..b921239bb602 100644 --- a/dev-util/cmdtest/ChangeLog +++ b/dev-util/cmdtest/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cmdtest # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/ChangeLog,v 1.8 2015/01/19 13:17:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/ChangeLog,v 1.9 2015/01/20 08:44:51 ago Exp $ + + 20 Jan 2015; Agostino Sarubbo <ago@gentoo.org> cmdtest-0.10.ebuild, + cmdtest-0.6.ebuild: + Add ~alpha, wrt bug #530672 19 Jan 2015; Agostino Sarubbo <ago@gentoo.org> cmdtest-0.10.ebuild, cmdtest-0.6.ebuild: diff --git a/dev-util/cmdtest/cmdtest-0.10.ebuild b/dev-util/cmdtest/cmdtest-0.10.ebuild index 933e5bd6cb86..d3aee226faac 100644 --- a/dev-util/cmdtest/cmdtest-0.10.ebuild +++ b/dev-util/cmdtest/cmdtest-0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.10.ebuild,v 1.5 2015/01/19 13:17:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.10.ebuild,v 1.6 2015/01/20 08:44:51 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://code.liw.fi/debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" DEPEND=" ${PYTHON_DEPS} diff --git a/dev-util/cmdtest/cmdtest-0.6.ebuild b/dev-util/cmdtest/cmdtest-0.6.ebuild index 64b79f83e111..5dcbbc2c01b1 100644 --- a/dev-util/cmdtest/cmdtest-0.6.ebuild +++ b/dev-util/cmdtest/cmdtest-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild,v 1.5 2015/01/19 13:17:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cmdtest/cmdtest-0.6.ebuild,v 1.6 2015/01/20 08:44:51 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://code.liw.fi/debian/pool/main/c/${PN}/${PN}_${PV}.orig.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" DEPEND=" ${PYTHON_DEPS} |