diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-02 17:32:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-02 17:56:41 +0200 |
commit | 7250799e4ce5e5c03548df592ee5ebabd6839788 (patch) | |
tree | 8391fadb5acc02f478ace04c067bda61ea97db36 /dev-db/tora | |
parent | dev-db/tora: Switch to +postgres default, drop obsolete warning (diff) | |
download | gentoo-7250799e4ce5e5c03548df592ee5ebabd6839788.tar.gz gentoo-7250799e4ce5e5c03548df592ee5ebabd6839788.tar.bz2 gentoo-7250799e4ce5e5c03548df592ee5ebabd6839788.zip |
dev-db/tora: eutils -> desktop
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-db/tora')
-rw-r--r-- | dev-db/tora/tora-3.2-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-db/tora/tora-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/tora/tora-3.2-r1.ebuild b/dev-db/tora/tora-3.2-r1.ebuild index dd82fa3785b1..38ee149fef9e 100644 --- a/dev-db/tora/tora-3.2-r1.ebuild +++ b/dev-db/tora/tora-3.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cmake-utils eutils xdg-utils +inherit cmake-utils desktop xdg-utils if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/tora-tool/tora" diff --git a/dev-db/tora/tora-9999.ebuild b/dev-db/tora/tora-9999.ebuild index 2f79f2291a81..1733252f6d51 100644 --- a/dev-db/tora/tora-9999.ebuild +++ b/dev-db/tora/tora-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit cmake-utils eutils xdg-utils +inherit cmake-utils desktop xdg-utils if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/tora-tool/tora" |