diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:29:57 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:15:11 +0000 |
commit | df4a79fd8f04f050f47a09bd2eaf10e967345df2 (patch) | |
tree | 28449b44b9da17953608be714cddfff92a3e8a22 /dev-haskell/dbus | |
parent | dev-haskell/dav: Stabilize for amd64 (diff) | |
download | gentoo-df4a79fd8f04f050f47a09bd2eaf10e967345df2.tar.gz gentoo-df4a79fd8f04f050f47a09bd2eaf10e967345df2.tar.bz2 gentoo-df4a79fd8f04f050f47a09bd2eaf10e967345df2.zip |
dev-haskell/dbus: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-haskell/dbus')
-rw-r--r-- | dev-haskell/dbus/dbus-1.2.27.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/dbus/dbus-1.2.27.ebuild b/dev-haskell/dbus/dbus-1.2.27.ebuild index 37104d3dc902..2d425c9f5f79 100644 --- a/dev-haskell/dbus/dbus-1.2.27.ebuild +++ b/dev-haskell/dbus/dbus-1.2.27.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" PATCHES=( "${FILESDIR}/${PN}-1.2.22-disable-integration-tests.patch" |