diff options
author | Sam James <sam@gentoo.org> | 2021-05-18 17:23:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-18 17:23:47 +0000 |
commit | e15801b759291f1bac745812730e04224b62f43f (patch) | |
tree | 2e887c0e8a31ceea6bbe5da494bcfeee6f98f64d | |
parent | dev-java/velocity: Stabilize 2.3 amd64, #775248 (diff) | |
download | gentoo-e15801b759291f1bac745812730e04224b62f43f.tar.gz gentoo-e15801b759291f1bac745812730e04224b62f43f.tar.bz2 gentoo-e15801b759291f1bac745812730e04224b62f43f.zip |
media-libs/libltc: Stabilize 1.3.1-r1 amd64, #790788
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | media-libs/libltc/libltc-1.3.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libltc/libltc-1.3.1-r1.ebuild b/media-libs/libltc/libltc-1.3.1-r1.ebuild index 37f4e75a206e..7ec6c8eaf9eb 100644 --- a/media-libs/libltc/libltc-1.3.1-r1.ebuild +++ b/media-libs/libltc/libltc-1.3.1-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/x42/libltc.git" else SRC_URI="https://github.com/x42/libltc/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi LICENSE="LGPL-3" SLOT="0" |