diff options
author | Sam James <sam@gentoo.org> | 2021-10-27 23:31:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-27 23:31:15 +0100 |
commit | 453ed85a0228401121161a4de97fc34c2370f0b0 (patch) | |
tree | c2637290f6f17d1d6024425dee1b964b3c08ea89 /gnustep-libs | |
parent | gnustep-apps/price: Stabilize 1.3.0 amd64, #819990 (diff) | |
download | gentoo-453ed85a0228401121161a4de97fc34c2370f0b0.tar.gz gentoo-453ed85a0228401121161a4de97fc34c2370f0b0.tar.bz2 gentoo-453ed85a0228401121161a4de97fc34c2370f0b0.zip |
gnustep-libs/dbuskit: Stabilize 0.1.1-r1 amd64, #820023
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gnustep-libs')
-rw-r--r-- | gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild b/gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild index 4c71557ae6ed..d83697123ab9 100644 --- a/gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild +++ b/gnustep-libs/dbuskit/dbuskit-0.1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ SRC_URI="https://github.com/gnustep/libs-dbuskit/archive/${PV}.tar.gz -> ${P}.ta LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" DEPEND=">=sys-apps/dbus-1.2.1" |