diff options
author | Martin Väth <martin@mvath.de> | 2018-05-07 23:17:25 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2018-05-07 23:17:25 +0200 |
commit | 094d1baa446a429adf4d090893acf7f7c7dd1c49 (patch) | |
tree | a7e50c7135cecf533bb6895a0a1df8cbfe8d0d09 /virtual | |
parent | x11-libs/gtk+: Version bump. Remove old (diff) | |
download | mv-094d1baa446a429adf4d090893acf7f7c7dd1c49.tar.gz mv-094d1baa446a429adf4d090893acf7f7c7dd1c49.tar.bz2 mv-094d1baa446a429adf4d090893acf7f7c7dd1c49.zip |
Minor cleanups/EAPI bumps
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r3.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r3.ebuild b/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r3.ebuild index 93ad3069..e61568ba 100644 --- a/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r3.ebuild +++ b/virtual/freedesktop-icon-theme/freedesktop-icon-theme-0-r3.ebuild @@ -1,11 +1,15 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="A virtual to choose between different icon themes" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris" +SRC_URI="" +LICENSE="" +HOMEPAGE="" +IUSE="" # Compared to the gentoo repository, we add: # hicolor-icon-theme (which is needed for gimp anyway) |