diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2016-08-17 15:50:07 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2016-08-17 15:56:02 +0200 |
commit | 403096c6583dc4ffd24b9bc1006c3f2cf6f00246 (patch) | |
tree | dbf78269fac47a50d013aa416d39243319c20bf9 /dev-libs/librelp | |
parent | dev-libs/librelp: Dropping old version (diff) | |
download | gentoo-403096c6583dc4ffd24b9bc1006c3f2cf6f00246.tar.gz gentoo-403096c6583dc4ffd24b9bc1006c3f2cf6f00246.tar.bz2 gentoo-403096c6583dc4ffd24b9bc1006c3f2cf6f00246.zip |
dev-libs/librelp: ~arm64 keyword added (#587688)
Gentoo-Bug: https://bugs.gentoo.org/587688
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-libs/librelp')
-rw-r--r-- | dev-libs/librelp/librelp-1.2.10.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/librelp/librelp-1.2.12.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/librelp/librelp-1.2.10.ebuild b/dev-libs/librelp/librelp-1.2.10.ebuild index e9b6c7df3804..6acb0c7953bf 100644 --- a/dev-libs/librelp/librelp-1.2.10.ebuild +++ b/dev-libs/librelp/librelp-1.2.10.ebuild @@ -15,7 +15,7 @@ LICENSE="GPL-3+ doc? ( FDL-1.3 )" # subslot = soname version SLOT="0/0.1.0" -KEYWORDS="~amd64 ~arm ~hppa ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86" IUSE="debug doc +ssl static-libs" RDEPEND=" diff --git a/dev-libs/librelp/librelp-1.2.12.ebuild b/dev-libs/librelp/librelp-1.2.12.ebuild index 63e666bc612f..3ed722daf8a8 100644 --- a/dev-libs/librelp/librelp-1.2.12.ebuild +++ b/dev-libs/librelp/librelp-1.2.12.ebuild @@ -15,7 +15,7 @@ LICENSE="GPL-3+ doc? ( FDL-1.3 )" # subslot = soname version SLOT="0/0.2.0" -KEYWORDS="~amd64 ~arm ~hppa ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86" IUSE="debug doc +ssl static-libs" RDEPEND=" |