diff options
author | 2018-05-07 23:17:25 +0200 | |
---|---|---|
committer | 2018-05-07 23:17:25 +0200 | |
commit | 094d1baa446a429adf4d090893acf7f7c7dd1c49 (patch) | |
tree | a7e50c7135cecf533bb6895a0a1df8cbfe8d0d09 /app-arch/paq8l | |
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 'app-arch/paq8l')
-rw-r--r-- | app-arch/paq8l/paq8l-20070308.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/paq8l/paq8l-20070308.ebuild b/app-arch/paq8l/paq8l-20070308.ebuild index 1a218979..da18a0d5 100644 --- a/app-arch/paq8l/paq8l-20070308.ebuild +++ b/app-arch/paq8l/paq8l-20070308.ebuild @@ -1,7 +1,7 @@ -# Copyright 2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 RESTRICT="mirror" inherit toolchain-funcs @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" -DEPEND="app-arch/unzip" +BDEPEND="app-arch/unzip" RDEPEND="" S=${WORKDIR} |