diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 16:10:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:14:17 +0100 |
commit | 5a2dbc07adb6a2dd0e9738c8855eea398331507a (patch) | |
tree | b6baf1a983fbe1cb6e9c5654782805ca33792e17 /app-i18n/tagainijisho | |
parent | app-i18n/scim-tomoe: eutils-- (diff) | |
download | gentoo-5a2dbc07adb6a2dd0e9738c8855eea398331507a.tar.gz gentoo-5a2dbc07adb6a2dd0e9738c8855eea398331507a.tar.bz2 gentoo-5a2dbc07adb6a2dd0e9738c8855eea398331507a.zip |
app-i18n/tagainijisho: drop superfluous PROPERTIES="live"
git-r3 sets this for us.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-i18n/tagainijisho')
4 files changed, 2 insertions, 14 deletions
diff --git a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild index 9d1700175eb0..e3719be1fcff 100644 --- a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild +++ b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild @@ -1,4 +1,4 @@ -# Copyright 2014-2020 Gentoo Authors +# Copyright 2014-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -49,9 +49,6 @@ LICENSE="GPL-3+ public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -if [[ "${PV}" == 9999 ]]; then - PROPERTIES="live" -fi BDEPEND="dev-qt/linguist-tools:5" DEPEND=">=dev-db/sqlite-3.12:3 diff --git a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild index 9d1700175eb0..e3719be1fcff 100644 --- a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild +++ b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild @@ -1,4 +1,4 @@ -# Copyright 2014-2020 Gentoo Authors +# Copyright 2014-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -49,9 +49,6 @@ LICENSE="GPL-3+ public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -if [[ "${PV}" == 9999 ]]; then - PROPERTIES="live" -fi BDEPEND="dev-qt/linguist-tools:5" DEPEND=">=dev-db/sqlite-3.12:3 diff --git a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild index 1ee0829249a5..5a5121af5a27 100644 --- a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild +++ b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild @@ -49,9 +49,6 @@ LICENSE="GPL-3+ public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -if [[ "${PV}" == 9999 ]]; then - PROPERTIES="live" -fi BDEPEND="dev-qt/linguist-tools:5" DEPEND=">=dev-db/sqlite-3.12:3 diff --git a/app-i18n/tagainijisho/tagainijisho-9999.ebuild b/app-i18n/tagainijisho/tagainijisho-9999.ebuild index aa59819e49ba..20264ad5e366 100644 --- a/app-i18n/tagainijisho/tagainijisho-9999.ebuild +++ b/app-i18n/tagainijisho/tagainijisho-9999.ebuild @@ -49,9 +49,6 @@ LICENSE="GPL-3+ public-domain" SLOT="0" KEYWORDS="" IUSE="" -if [[ "${PV}" == 9999 ]]; then - PROPERTIES="live" -fi BDEPEND="dev-qt/linguist-tools:5" DEPEND=">=dev-db/sqlite-3.12:3 |