diff options
author | David Seifert <soap@gentoo.org> | 2020-02-22 22:12:05 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-22 22:12:05 +0100 |
commit | f0d9b3d7fc187c0a3267cca7a52276b5120772f3 (patch) | |
tree | d6055c42bda8e16b39063744d557504c8dec36d3 | |
parent | dev-games/irrlicht: Depend on dev-games/irrlicht-headers (diff) | |
download | gentoo-f0d9b3d7fc187c0a3267cca7a52276b5120772f3.tar.gz gentoo-f0d9b3d7fc187c0a3267cca7a52276b5120772f3.tar.bz2 gentoo-f0d9b3d7fc187c0a3267cca7a52276b5120772f3.zip |
app-backup/duplicity: Mark amd64 stable again
* Somehow amd64 got marked unstable with my QA change.
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | app-backup/duplicity/duplicity-0.8.09-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild index f87d57f11a79..cac2c9cd8ba0 100644 --- a/app-backup/duplicity/duplicity-0.8.09-r1.ebuild +++ b/app-backup/duplicity/duplicity-0.8.09-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6) +PYTHON_COMPAT=( python2_7 python3_6 ) inherit distutils-r1 @@ -12,7 +12,7 @@ SRC_URI="https://code.launchpad.net/${PN}/$(ver_cut 1-2)-series/${PV}/+download/ LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="s3 test" CDEPEND=" |